llvm-6502/test/Transforms/InstSimplify
2011-01-25 15:14:15 +00:00
..
2010-12-20-Boolean.ll Rename this test. 2011-01-14 14:16:33 +00:00
2010-12-20-Distribute.ll Simplify (X<<1)-X into X. According to my auto-simplier this is the most common missed 2011-01-18 09:24:58 +00:00
2010-12-20-Reassociate.ll For completeness, generalize the (X + Y) - Y -> X transform and add X - (X + 1) -> -1. 2011-01-18 11:50:19 +00:00
2011-01-14-Thread.ll Factorize common code out of the InstructionSimplify shift logic. Add in 2011-01-14 14:44:12 +00:00
2011-01-18-Compare.ll In which I discover that zero+zero is zero, d'oh! 2011-01-25 15:14:15 +00:00
dg.exp