[PATCH] D23402: AMDGPU/SI: Teach SIInstrInfo::FoldImmediate() to fold immediates into copies

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 15:38:11 PDT 2016


arsenm added inline comments.

================
Comment at: lib/Target/AMDGPU/SIInstrFormats.td:296-297
@@ -295,2 +295,4 @@
   let SOP1 = 1;
+
+  let UseNamedOperandTable = 1;
 }
----------------
This isn't necessary here since they aren't used for any SOP instructions here


https://reviews.llvm.org/D23402





More information about the llvm-commits mailing list