[PATCH] D70708: [AMDGPU] Simplify test and extend to gfx9 and gfx10

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 05:54:39 PST 2019


foad marked an inline comment as done.
foad added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/vccz-corrupt-bug-workaround.mir:60
-selected:        false
-tracksRegLiveness: true
-liveins:
----------------
arsenm wrote:
> Losing tracksRegLiveness seem like a problem, since this is a case where you're using reg liveness (along with the loss of the liveins lists)
I can put `tracksRegLiveness` back in of course, but are you saying the insert waitcnts pass depends on liveness? I wasn't aware of that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70708





More information about the llvm-commits mailing list