[PATCH] D11603: AMDGPU/SI: Remove unused pattern for f32 constant loads

Matt Arsenault Matthew.Arsenault at amd.com
Wed Jul 29 11:41:52 PDT 2015


arsenm added inline comments.

================
Comment at: lib/Target/AMDGPU/SIInstructions.td:2088-2094
@@ -2087,2 +2087,9 @@
   >;
+
+  def : Pat <
+    (constant_load (SMRDSImm32 i64:$sbase, i32:$offset)),
+    (vt (Instr_IMM_ci $sbase, $offset))
+  > {
+    let Predicates = [isCI];
+  }
 }
----------------
This looks like it belongs with the other patch


http://reviews.llvm.org/D11603







More information about the llvm-commits mailing list