summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/f128-rounding.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] [NFC] Update __float128 testsStefan Pintilie2018-07-121-7/+8
| | | | | | | Add the two options -ppc-vsr-nums-as-vr and -ppc-asm-full-reg-names to the __float128 tests. Then modify the tests as required. llvm-svn: 336940
* [Power9] Add __float128 builtins for Rounding OperationsStefan Pintilie2018-07-091-0/+76
Added __float128 support for a number of rounding operations: trunc rint nearbyint round floor ceil Differential Revision: https://reviews.llvm.org/D48415 llvm-svn: 336601
OpenPOWER on IntegriCloud