[llvm] [AMDGPU][Attributor] Don't run `AAAddressSpace` for graphics functions (PR #108560)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 09:04:31 PDT 2024


shiltian wrote:

> I wouldn't bother skipping it

If we don't want to bother skipping it, do we want to do the same thing for `InferAddressSpacePass`? This can allow the TTI version of `getFlatAddressSpace` to go.

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


More information about the llvm-commits mailing list