summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fdiv-combine.ll
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Use the 'arcp' fast-math-flag when combining repeated FP divisorsSanjay Patel1-10/+59
2015-07-28ignore duplicate divisor uses when transforming into reciprocal multiplies (P...Sanjay Patel1-0/+19
2015-07-09fix an invisible bug when combining repeated FP divisorsSanjay Patel1-0/+17
2015-07-08[x86] enable machine combiner reassociations for scalar single-precision mult...Sanjay Patel1-2/+2
2015-04-15[x86] Implement combineRepeatedFPDivisorsSanjay Patel1-0/+31