[PATCH] D11471: Scalar to vector conversions using direct moves

Bill Schmidt wschmidt at linux.vnet.ibm.com
Wed Jul 29 12:53:10 PDT 2015


wschmidt added inline comments.

================
Comment at: lib/Target/PowerPC/PPCInstrVSX.td:1195
@@ +1194,3 @@
+
+  // Conversions between vector and scalar single precision
+  def XSCVDPSPN : XX2Form<60, 267, (outs vsrc:$XT), (ins vssrc:$XB),
----------------
wschmidt wrote:
> The comment at line 1195 is wrong.  These are scalar conversions between single and double precision, right?
Withdrawn per online discussion.


Repository:
  rL LLVM

http://reviews.llvm.org/D11471







More information about the llvm-commits mailing list