[llvm] Revert "Reapply "[Attributor][AMDGPU] Enable AAIndirectCallInfo for AMDAttributor (#100952)"" (PR #150232)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 23 10:47:58 PDT 2025


shiltian wrote:

There is a side effect of not using `AAInstanceInfo`. Other AAs will not work in the best state. However, I'm not sure if that's gonna cause performance regression (not the compile time one). I'd do a full psdb cycle.

FWIW, if `AAInstanceInfo` causes the compile time issue, we can always just remove it from the filter but still keep `AAIndirectCallInfo`.

https://github.com/llvm/llvm-project/pull/150232


More information about the llvm-commits mailing list