[Mlir-commits] [clang] [llvm] [mlir] [AMDGPU] Generalize amdgcn.make.buffer.rsrc to fat pointers (PR #126828)
Krzysztof Drewniak
llvmlistbot at llvm.org
Wed Feb 12 11:18:11 PST 2025
krzysz00 wrote:
@arsenm On further investigation, I misdiagnosed the issue and have updated the commit message accordingly. The real problem is the addrspacecast(addrspacecast(x)) => addrspacecast(x)` fold that was getting rid of the fat pointer intermediate, and then infer-address-spaces did what it was meant to do.
https://github.com/llvm/llvm-project/pull/126828
More information about the Mlir-commits
mailing list