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

Nemanja Ivanovic nemanja.i.ibm at gmail.com
Fri May 22 12:52:36 PDT 2015


I will add those tests in the next review. I'll give it a bit of time to see if any other comments need to be addressed in the next review.


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, []>,
----------------
hfinkel wrote:
> This line is too long (please try to keep to 80 cols). Same is true for several lines below.
OK, sorry I will fix it. I just copied the corresponding double precision ones.

http://reviews.llvm.org/D9941

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






More information about the llvm-commits mailing list