[PATCH] D118458: [AMDGPU] Add test for a problem with noclobber metadata

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 05:10:12 PST 2022


foad added a comment.

Found by inspection but I think this is a real bug isn't it? I guess the fix is to put the noclobber metadata on the load instruction, not on the pointer, but then how do you get at it during instruction selection?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118458/new/

https://reviews.llvm.org/D118458



More information about the llvm-commits mailing list