[PATCH] D10973: Add missing builtins to the PPC back end for ABI compliance (vol. 3)

hfinkel at anl.gov hfinkel at anl.gov
Mon Jul 6 14:04:49 PDT 2015


================
Comment at: lib/Target/PowerPC/PPCInstrVSX.td:1175
@@ -1174,1 +1174,3 @@
   }
+  def : Pat<(int_ppc_vsx_xxleqv v4i32:$A, v4i32:$B),
+            (XXLEQV $A, $B)>;
----------------
Please put this pattern with the other similar ones (around like 1000 it seems).




Repository:
  rL LLVM

http://reviews.llvm.org/D10973







More information about the llvm-commits mailing list