aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/shift.ll
AgeCommit message (Collapse)Author
2002-09-10Check for cannonicalization of shl X, 1 -> add X, XChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3670 91177308-0d34-0410-b5e6-96231b3b80d8
2002-08-02These tests should not run -dce pass to cleanup instcombine.Chris Lattner
If instcombine is making dead instructions, ALL that should be used is -die git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3221 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-06Fix testcase, the 'shift out all bits' doesn't apply to signed types.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2482 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-06New testcases so I don't forget about these algebraic simplificationsChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2479 91177308-0d34-0410-b5e6-96231b3b80d8