aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP/undef-resolve.ll
Commit message (Expand)AuthorAgeFilesLines
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-10/+10
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-011-1/+1
* Silly mistake from r137777; restore significant isStructTy() checks. While h...Eli Friedman2011-08-171-0/+9
* A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stopEli Friedman2011-08-161-0/+57
* fix PR6940: sitofp(undef) folds to 0.0, not undef.Chris Lattner2010-04-261-2/+13
* fix a SCCP miscompilation that could happen when aChris Lattner2010-04-091-0/+95