summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/phi-select-constexpr.ll
Commit message (Collapse)AuthorAgeFilesLines
* Don't use isNullValue to evaluate ConstantExprDuncan P. N. Exon Smith2013-12-061-0/+19
ConstantExpr can evaluate to false even when isNullValue gives false. Fixes PR18143. llvm-svn: 196611
OpenPOWER on IntegriCloud