summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/BoolRetToIntTest.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PPC] Handling CallInst in PPCBoolRetToIntGuozhi Wei2016-08-031-1/+3
| | | | | | | | This patch fixes pr25548. Current implementation of PPCBoolRetToInt doesn't handle CallInst correctly, so it failed to do the intended optimization when there is a CallInst with parameters. This patch fixed that. llvm-svn: 277655
* [PPC64] Convert bool literals to i32Kit Barton2015-12-071-0/+203
Convert i1 values to i32 values if they should be allocated in GPRs instead of CRs. Phabricator: http://reviews.llvm.org/D14064 llvm-svn: 254942
OpenPOWER on IntegriCloud