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

2016-03-04 Thread amehsan via cfe-commits
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

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

2016-03-04 Thread amehsan via cfe-commits
amehsan marked 4 inline comments as done. amehsan added a comment. http://reviews.llvm.org/D17816 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

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

2016-03-03 Thread amehsan via cfe-commits
amehsan added inline comments. Comment at: lib/Headers/altivec.h:136 @@ -131,3 +135,3 @@ #if defined(__POWER8_VECTOR__) && defined(__powerpc64__) static vector double __ATTRS_o_ai vec_abs(vector double __a) { nemanjai wrote: > I thought we were going to change