aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Sink/basic.ll
Commit message (Expand)AuthorAgeFilesLines
* Enhance the sinking code to handle diamond patterns. Patch byDuncan Sands2012-05-311-0/+26
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-1/+1
* Fix test; sorry for any inconvenience.Eli Friedman2011-09-011-2/+2
* Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...Eli Friedman2011-09-011-0/+16
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
* Add an LLVM IR version of code sinking. This uses the same simple algorithmDan Gohman2010-05-071-0/+22