[PATCH] D11184: Add missing builtins to altivec.h for ABI compliance (vol. 4)

Nemanja Ivanovic nemanja.i.ibm at gmail.com
Tue Jul 14 09:03:36 PDT 2015


nemanjai added inline comments.

================
Comment at: test/CodeGen/builtins-ppc-vsx.c:131
@@ -118,2 +130,3 @@
+// CHECK: fdiv <2 x double>
 
   /* vec_max */
----------------
wschmidt wrote:
> Have you verified that we still generate the xvdiv*p instructions when this is done end-to-end?  I want to be sure this doesn't accidentally scalarize the code.
Yes, I have already confirmed this with the patch applied. Thank you.


Repository:
  rL LLVM

http://reviews.llvm.org/D11184







More information about the cfe-commits mailing list