aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/fdiv.ll
AgeCommit message (Expand)Author
2017-01-10InstCombine: fdiv -x, -y -> fdiv x, yMatt Arsenault
2014-01-20Fix all the remaining lost-fast-math-flags bugs I've been able to find. The ...Owen Anderson
2014-01-16Fix an instance where we would drop fast math flags when performing an fdiv t...Owen Anderson
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2011-03-30Avoid turning a floating point division with a constant power of two into a d...Benjamin Kramer
2011-03-30InstCombine: If the divisor of an fdiv has an exact inverse, turn it into an ...Benjamin Kramer