[clang] [llvm] [BasicAA] Do not decompose past casts with different index width (PR #119365)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 08:13:22 PST 2025
nikic wrote:
@bjope I believe the standard solution to that is to add your own AA pass, see e.g. AMDGPUAAResult and NVPTXAAResult which both do addrspace-based AA.
https://github.com/llvm/llvm-project/pull/119365
More information about the llvm-commits
mailing list