[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / CodeGen / X86 / fdiv.ll
2015-08-07 Sanjay Pateladd a missing regression test for a DAGCombiner FDIV...
2015-08-07 Sanjay Patelredo r244360 (tighten checks...) after specifying triple
2015-08-07 Sanjay Pateltighten checks using update_llc_test_checks.py
2012-04-10 Duncan SandsAdd a comment noting that the fdiv -> fmul conversion...
2012-04-08 Duncan SandsOnly have codegen turn fdiv by a constant into fmul...
2012-04-07 Duncan SandsConvert floating point division by a constant into...