aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/apint-sub.ll
AgeCommit message (Expand)Author
2017-02-03[InstCombine] fix operand-complexity-based canonicalization (PR28296)Sanjay Patel
2016-10-14[InstCombine] update test to use FileCheck and auto-generate checksSanjay Patel
2014-10-13InstCombine: Fix miscompile in X % -Y -> X % Y transformDavid Majnemer
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-11-30Instcombine was illegally transforming -X/C into X/-C when either X or CBill Wendling
2007-04-15For PR1319:Reid Spencer
2007-04-14For PR1319:Reid Spencer
2007-03-26Fix testsuite hang.Duncan Sands
2007-03-23Add test case for testing InstCombine with arbitrary precision integerReid Spencer