summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/dagcombine_crash.ll
Commit message (Collapse)AuthorAgeFilesLines
* Use FileCheck for testMatthias Braun2015-04-131-13/+17
| | | | llvm-svn: 234774
* DAGCombiner: Fix crash in select(select) opt.Matthias Braun2015-04-131-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
OpenPOWER on IntegriCloud