aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/constant-fold-math.ll
AgeCommit message (Expand)Author
2017-04-19[InstCombine] Add frem constant folding test (PR3316)Simon Pilgrim
2017-04-19[InstCombine] Add frem constant folding test (PR32177)Simon Pilgrim
2017-01-21[ConstantFold] Remove test checking that we don't constant-fold sqrt(-2).Justin Lebar
2017-01-21[ConstantFolding] Constant-fold llvm.sqrt(x) like other intrinsics.Justin Lebar
2014-10-01Make the sqrt intrinsic return undef for a negative input.Sanjay Patel
2014-03-05ConstantFolding: Also fold the vector overloads of our math intrinsics.Benjamin Kramer
2014-03-05Allow constant folding of fma and fmuladdMatt Arsenault