summaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP/undef-resolve.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-01
* Silly mistake from r137777; restore significant isStructTy() checks. While h...Eli Friedman2011-08-17
* A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stopEli Friedman2011-08-16
* fix PR6940: sitofp(undef) folds to 0.0, not undef.Chris Lattner2010-04-26
* fix a SCCP miscompilation that could happen when aChris Lattner2010-04-09