[PATCH] D17816: [PPC] FE support for generating VSX [negated] absolute value instructions

amehsan via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 4 06:12:41 PST 2016


amehsan updated this revision to Diff 49822.
amehsan added a comment.

added -ferror-limit 0 to the command line for no-altivec test.
fixed indentation of RUN commands
confirmed that all tests pass in a release and minrelsize build types 
changed {{[0-9]*}} to {{.*}} (it was fine but no need to put a restrictions in the tests that we do not care about).


http://reviews.llvm.org/D17816

Files:
  include/clang/Basic/BuiltinsPPC.def
  lib/CodeGen/CGBuiltin.cpp
  lib/Headers/altivec.h
  test/CodeGen/builtins-ppc-altivec.c
  test/CodeGen/builtins-ppc-p8vector.c
  test/CodeGen/builtins-ppc-vsx.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17816.49822.patch
Type: text/x-patch
Size: 5768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160304/790e8943/attachment-0001.bin>


More information about the cfe-commits mailing list