summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/altivec-ct.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove reliance on lax vector conversions from altivec.h in VSX mode.Richard Smith2019-09-171-2/+2
| | | | llvm-svn: 372061
* Fixup r304205 - Require PowerPC targetDiana Picus2017-05-301-0/+2
| | | | llvm-svn: 304211
* [PPC] Make altivec conversion function macros.Benjamin Kramer2017-05-301-0/+80
The second argument must be a constant, otherwise instruction selection will fail. always_inline is not enough for isel to always fold everything away at -O0. Sadly the overloading turned this into a big macro mess. Fixes PR33212. llvm-svn: 304205
OpenPOWER on IntegriCloud