Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved dag-combine-select-undef.ll into amdgpu. NFC. | Stanislav Mekhanoshin | 2018-11-17 | 1 | -19/+0 |
| | | | | | | Tests really needs target arch to be specified. llvm-svn: 347115 | ||||
* | Fixed test after r347110 | Stanislav Mekhanoshin | 2018-11-16 | 1 | -7/+2 |
| | | | | | | | | Comments in llc outputs are printed differently on different platforms, some with '#', some with '##'. Removed non-essential part of the checks. llvm-svn: 347112 | ||||
* | DAG combiner: fold (select, C, X, undef) -> X | Stanislav Mekhanoshin | 2018-11-16 | 1 | -0/+24 |
Differential Revision: https://reviews.llvm.org/D54646 llvm-svn: 347110 |