[PATCH] D148184: [AMDGPU] Use resource base for buffer instruction MachineMemOperands
Krzysztof Drewniak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 17 07:55:10 PDT 2023
krzysz00 added a comment.
I'll note that the only non-trivial test change I'm aware of is @test_alloca over in CodeGen/AMDGPU/wqm.ll, where the better aliasing semantics allowed some of the writes to the alloca to be sunk towards the bottom of the function, which led to a wqm invocation being removed
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148184/new/
https://reviews.llvm.org/D148184
More information about the llvm-commits
mailing list