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 | ||||
* | AMDGPU/GlobalISel: RegBankSelect for basic int ops | Matt Arsenault | 2018-03-19 | 1 | -0/+67 |
llvm-svn: 327843 |