Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PPC] Remove testcase from incorrect directory | Ehsan Amiri | 2016-10-26 | 1 | -71/+0 |
| | | | | | | | During my last commit this testcase was put in an incorrect directory. Removing it. Will put it in the right directory when I can verify everything is correct. llvm-svn: 285233 | ||||
* | [PPC] Generate positive FP zero using xor insn instead of loading from ↵ | Ehsan Amiri | 2016-10-24 | 1 | -0/+71 |
constant area https://reviews.llvm.org/D23614 Currently we load +0.0 from constant area. That can change to be generated using XOR instruction. llvm-svn: 284995 |