[PATCH] D13485: AMDGPU: Remove literal constants from VOP2b src0

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 15:40:44 PDT 2015


tstellarAMD added inline comments.

================
Comment at: lib/Target/AMDGPU/SIInstrInfo.td:1190
@@ -1189,3 +1189,3 @@
 def VOP2b_I32_I1_I32_I32_I1 : VOPProfile<[i32, i32, i32, i1]> {
   let Src0RC32 = VCSrc_32;
   let Asm32 = "$dst, vcc, $src0, $src1, vcc";
----------------
We already set Src0RC32 to the correct class here.


http://reviews.llvm.org/D13485





More information about the llvm-commits mailing list