aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/zero-point-zero-add.ll
AgeCommit message (Expand)Author
2017-01-17SimplifyLibCalls: Replace fabs libcalls with intrinsicsMatt Arsenault
2016-04-13[InstCombine] We folded an fcmp to an i1 instead of a vector of i1David Majnemer
2016-04-05[InstCombine] regenerate checksSanjay Patel
2016-03-25[InstCombine] use FileCheck for better checkingSanjay Patel
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
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
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-01-29eliminate additions of 0.0 when they are obviously dead. This has to be care...Chris Lattner