Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove reliance on lax vector conversions from altivec.h in VSX mode. | Richard Smith | 2019-09-17 | 1 | -2/+2 |
| | | | | llvm-svn: 372061 | ||||
* | Fixup r304205 - Require PowerPC target | Diana Picus | 2017-05-30 | 1 | -0/+2 |
| | | | | llvm-svn: 304211 | ||||
* | [PPC] Make altivec conversion function macros. | Benjamin Kramer | 2017-05-30 | 1 | -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 |