Skip to content
Commit af0ed953 authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

Avoid turning a floating point division with a constant power of two into a...

Avoid turning a floating point division with a constant power of two into a denormal multiplication.

Some platforms may treat denormals as zero, on other platforms multiplication
with a subnormal is slower than dividing by a normal.

llvm-svn: 128555
parent 20688ccc
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