[PATCH] Add support for VSX FMA single-precision instructions to the PPC back end

hfinkel at anl.gov hfinkel at anl.gov
Fri May 22 11:35:23 PDT 2015


Please also include tests corresponding to those in test/CodeGen/PowerPC/vsx-fma-m.ll.


REPOSITORY
  rL LLVM

================
Comment at: lib/Target/PowerPC/PPCInstrVSX.td:1093
@@ +1092,3 @@
+  def XSMADDMSP : XX3Form<60, 9,
+                          (outs vssrc:$XT), (ins vssrc:$XTi, vssrc:$XA, vssrc:$XB),
+                          "xsmaddmsp $XT, $XA, $XB", IIC_VecFP, []>,
----------------
This line is too long (please try to keep to 80 cols). Same is true for several lines below.

http://reviews.llvm.org/D9941

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list