[PATCH] D70708: [AMDGPU] Simplify test and extend to gfx9 and gfx10
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 07:55:57 PST 2019
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/vccz-corrupt-bug-workaround.mir:60
-selected: false
-tracksRegLiveness: true
-liveins:
----------------
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)
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