Eugene Zelenko
6a9226d9b8
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
...
llvm-svn: 289475
2016-12-12 22:23:53 +00:00
David Majnemer
0a16c22846
Use range algorithms instead of unpacking begin/end
...
No functionality change is intended.
llvm-svn: 278417
2016-08-11 21:15:00 +00:00
Guozhi Wei
9584d18d48
[PPC] Handling CallInst in PPCBoolRetToInt
...
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
2016-08-03 21:43:51 +00:00
Andrew Kaylor
289bd5f684
Add optimization bisect opt-in calls for PowerPC passes
...
Differential Revision: http://reviews.llvm.org/D19554
llvm-svn: 267769
2016-04-27 19:39:32 +00:00
Benjamin Kramer
451f54cf62
Fix some abuse of auto flagged by clang's -Wrange-loop-analysis.
...
llvm-svn: 261524
2016-02-22 13:11:58 +00:00
Kit Barton
a1c712fae5
[PPC64] Convert bool literals to i32
...
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
2015-12-07 20:50:29 +00:00