[llvm] c11d22c - [AAAMDAttributes] AAPointerInfo depends on AAUnderlyingObjects
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 09:18:49 PDT 2023
Author: Johannes Doerfert
Date: 2023-06-29T09:18:35-07:00
New Revision: c11d22c1515d276cfcaac2007da6deab876f94b9
URL: https://github.com/llvm/llvm-project/commit/c11d22c1515d276cfcaac2007da6deab876f94b9
DIFF: https://github.com/llvm/llvm-project/commit/c11d22c1515d276cfcaac2007da6deab876f94b9.diff
LOG: [AAAMDAttributes] AAPointerInfo depends on AAUnderlyingObjects
Added:
Modified:
llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp b/llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
index 018f5f8c4a822..e4e4b36574861 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
+++ b/llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
@@ -942,7 +942,7 @@ class AMDGPUAttributor : public ModulePass {
{&AAAMDAttributes::ID, &AAUniformWorkGroupSize::ID,
&AAPotentialValues::ID, &AAAMDFlatWorkGroupSize::ID,
&AAAMDWavesPerEU::ID, &AACallEdges::ID, &AAPointerInfo::ID,
- &AAPotentialConstantValues::ID});
+ &AAPotentialConstantValues::ID, &AAUnderlyingObjects::ID});
AttributorConfig AC(CGUpdater);
AC.Allowed = &Allowed;
More information about the llvm-commits
mailing list