[PATCH] D71616: [AMDGPU] Fix typo in SIInstrInfo::memOpsHaveSameBasePtr

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 09:24:45 PST 2019


foad added reviewers: rampitec, arsenm, nhaehnle, dstuttard.
foad added a comment.

The change to `wait.ll` seems unfortunate, because the `exp` instructions are no longer consecutive at the end of the function (there is an `s_waitcnt` between them) but I think it was only working by accident before. All the other test case updates seem innocuous to me, at least the non-autogenerated ones.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71616





More information about the llvm-commits mailing list