Skip to content

Commit c11d22c

Browse files
committed
[AAAMDAttributes] AAPointerInfo depends on AAUnderlyingObjects
1 parent 6adf352 commit c11d22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ class AMDGPUAttributor : public ModulePass {
942942
{&AAAMDAttributes::ID, &AAUniformWorkGroupSize::ID,
943943
&AAPotentialValues::ID, &AAAMDFlatWorkGroupSize::ID,
944944
&AAAMDWavesPerEU::ID, &AACallEdges::ID, &AAPointerInfo::ID,
945-
&AAPotentialConstantValues::ID});
945+
&AAPotentialConstantValues::ID, &AAUnderlyingObjects::ID});
946946

947947
AttributorConfig AC(CGUpdater);
948948
AC.Allowed = &Allowed;

0 commit comments

Comments
 (0)