[PATCH] D19145: AMDGPU: Use s_addk_i32 / s_mulk_i32
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 15 18:52:40 PDT 2016
arsenm closed this revision.
arsenm added a comment.
r266506
================
Comment at: lib/Target/AMDGPU/SIShrinkInstructions.cpp:261
@@ +260,3 @@
+ Src0.isReg()) {
+ MRI.setRegAllocationHint(Dest.getReg(), 0, Src0.getReg());
+ }
----------------
tstellarAMD wrote:
> Can we add continue; here?
Yes. It won't match before RA anymore, which I don't know if it matters or not
http://reviews.llvm.org/D19145
More information about the llvm-commits
mailing list