Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use FileCheck for test | Matthias Braun | 2015-04-13 | 1 | -13/+17 |
| | | | | llvm-svn: 234774 | ||||
* | DAGCombiner: Fix crash in select(select) opt. | Matthias Braun | 2015-04-13 | 1 | -0/+21 |
In case of different types used for the condition of the selects the select(select) -> select(and) normalisation cannot be performed. See also: http://reviews.llvm.org/D7622 llvm-svn: 234763 |