Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |