| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change the fast-isel-abort option from bool to int to enable "levels" | Mehdi Amini | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Summary: Currently fast-isel-abort will only abort for regular instructions, and just warn for function calls, terminators, function arguments. There is already fast-isel-abort-args but nothing for calls and terminators. This change turns the fast-isel-abort options into an integer option, so that multiple levels of strictness can be defined. This will help no being surprised when the "abort" option indeed does not abort, and enables the possibility to write test that verifies that no intrinsics are forgotten by fast-isel. Reviewers: resistor, echristo Subscribers: jfb, llvm-commits Differential Revision: http://reviews.llvm.org/D7941 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 230775 | ||||
| * | [FastISel][AArch64] Optimize select when one of the operands is a 'true' or ↵ | Juergen Ributzka | 2014-11-13 | 1 | -0/+30 |
| | | | | | | | | | | | | 'false' value. Optimize selects of i1 in the presence of 'true' and 'false' operands to simple logic operations. This fixes rdar://problem/18960150. llvm-svn: 221848 | ||||
| * | [FastISel][AArch64] Fold the cmp into the select when possible. | Juergen Ributzka | 2014-11-13 | 1 | -0/+227 |
| | | | | | | | | | | This folds the compare emission into the select emission when possible, so we can directly use the flags and don't have to emit a separate compare. Related to rdar://problem/18960150. llvm-svn: 221847 | ||||
| * | [FastISel][AArch64] Extend 'select' lowering to support also i1 to i16. | Juergen Ributzka | 2014-11-13 | 1 | -0/+59 |
| Related to rdar://problem/18960150. llvm-svn: 221846 | |||||

