Skip to content
Commit 2f1dc381 authored by Duncan Sands's avatar Duncan Sands
Browse files

Only have codegen turn fdiv by a constant into fmul by the reciprocal

when -ffast-math, i.e. don't just always do it if the reciprocal can
be formed exactly.  There is already an IR level transform that does
that, and it does it more carefully.

llvm-svn: 154296
parent c8e2d91a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment