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

Nemanja Ivanovic nemanja.i.ibm at gmail.com
Thu Jul 9 06:51:46 PDT 2015


nemanjai added inline comments.

================
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)>;
----------------
hfinkel wrote:
> Please put this pattern with the other similar ones (around like 1000 it seems).
> 
> 
I can put it closer to those, but this one needs the definition of XXLEQV and requires HasP8Vector.


Repository:
  rL LLVM

http://reviews.llvm.org/D10973







More information about the llvm-commits mailing list