Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PPC] Handling CallInst in PPCBoolRetToInt | Guozhi Wei | 2016-08-03 | 1 | -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 i32 | Kit Barton | 2015-12-07 | 1 | -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 |