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