[PATCH] D27272: AMDGPU/SI: Don't move copies of immediates to the VALU
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 11:00:30 PST 2016
tstellarAMD added inline comments.
================
Comment at: lib/Target/AMDGPU/SIFixSGPRCopies.cpp:370-371
+ MI.addImplicitDefUseOperands(MF);
+ MI.setDesc(TII->get(SMovOp));
+ break;
+ }
----------------
arsenm wrote:
> This will leave behind the implicit exec use
MI is a copy here, so there are no implicit exec uses.
https://reviews.llvm.org/D27272
More information about the llvm-commits
mailing list