[PATCH] D92400: [AMDGPU] Stop adding an implicit def of vcc_hi for wave32
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 1 10:04:11 PST 2020
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM, this was really annoying
================
Comment at: llvm/lib/Target/AMDGPU/SIISelLowering.cpp:11567
for (auto &MI : MBB) {
TII->fixImplicitOperands(MI);
}
----------------
We should really fix the need for this loop too
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92400/new/
https://reviews.llvm.org/D92400
More information about the llvm-commits
mailing list