Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [globalisel] Remove redundant -global-isel option from tests that use ↵ | Daniel Sanders | 2018-05-05 | 1 | -1/+1 |
| | | | | | | | | | | | -run-pass. NFC As Roman Tereshin pointed out in https://reviews.llvm.org/D45541, the -global-isel option is redundant when -run-pass is given. -global-isel sets up the GlobalISel passes in the pass manager but -run-pass skips that entirely and configures it's own pipeline. llvm-svn: 331603 | ||||
* | [GlobalISel][AArch64] Split out select tests. NFC. | Ahmed Bougacha | 2017-03-15 | 1 | -0/+21 |
The test has grown enough to be annoying to navigate. While there, Remove unnecessary RUNs, and cleanup a couple comments. llvm-svn: 297856 |