summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/dag-combine-select-undef.ll
Commit message (Collapse)AuthorAgeFilesLines
* Moved dag-combine-select-undef.ll into amdgpu. NFC.Stanislav Mekhanoshin2018-11-171-19/+0
| | | | | | Tests really needs target arch to be specified. llvm-svn: 347115
* Fixed test after r347110Stanislav Mekhanoshin2018-11-161-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) -> XStanislav Mekhanoshin2018-11-161-0/+24
Differential Revision: https://reviews.llvm.org/D54646 llvm-svn: 347110
OpenPOWER on IntegriCloud