aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
Commit message (Expand)AuthorAgeFilesLines
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-2/+2
* For rdar://12329730, last piece.Shuxin Yang2012-12-041-2/+2
* rdar://12329730 (2nd part)Shuxin Yang2012-12-041-2/+2
* Reapply r155136 after fixing PR12599.Jakob Stoklund Olesen2012-04-231-4/+4
* Revert r155136 "Defer some shl transforms to DAGCombine."Jakob Stoklund Olesen2012-04-201-4/+4
* Defer some shl transforms to DAGCombine.Jakob Stoklund Olesen2012-04-191-4/+4
* Revert 141203. InstCombine is looping on unit tests.Jim Grosbach2011-10-051-2/+2
* Update InstCombine worklist after instruction transform is complete.Jim Grosbach2011-10-051-2/+2
* Have SimplifyBinOp dispatch Xor, Add and Sub to the corresponding methodsDuncan Sands2010-12-201-2/+4
* Really check that the bits that will become zero are actually already zeroDan Gohman2010-12-091-1/+25
* When folding away a (shl (shr)) pair, we need to check that the bits that wil...Owen Anderson2010-11-011-0/+20