aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstSimplify/2010-12-20-Distribute.ll
AgeCommit message (Expand)Author
2011-01-18Simplify (X<<1)-X into X. According to my auto-simplier this is the most com...Duncan Sands
2010-12-22When determining whether the new instruction was already present inDuncan Sands
2010-12-21Add an additional InstructionSimplify factorization test.Duncan Sands
2010-12-21Fix typo in comment, spotted by Deewiant.Duncan Sands
2010-12-21Teach InstructionSimplify about distributive laws. These transforms fireDuncan Sands