summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SCCP/undef-resolve.ll
Commit message (Collapse)AuthorAgeFilesLines
* fix PR6940: sitofp(undef) folds to 0.0, not undef.Chris Lattner2010-04-261-2/+13
| | | | llvm-svn: 102358
* fix a SCCP miscompilation that could happen when aChris Lattner2010-04-091-0/+95
forced constant is changed to a constant, we would end up adding the instruction to the wrong worklist, preventing it from being properly revisited. This fixes rdar://7832370 llvm-svn: 100837
OpenPOWER on IntegriCloud