<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/test/CodeGen/X86/fdiv.ll, branch 1.13.2</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/test/CodeGen/X86/fdiv.ll?h=1.13.2</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/test/CodeGen/X86/fdiv.ll?h=1.13.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2012-04-10T20:35:27Z</updated>
<entry>
<title>Add a comment noting that the fdiv -&gt; fmul conversion won't generate</title>
<updated>2012-04-10T20:35:27Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2012-04-10T20:35:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=507bb7a42fce6502f90268712cbc32158c17bb59'/>
<id>urn:sha1:507bb7a42fce6502f90268712cbc32158c17bb59</id>
<content type='text'>
multiplication by a denormal, and some tests checking that.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154431 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Only have codegen turn fdiv by a constant into fmul by the reciprocal</title>
<updated>2012-04-08T18:08:12Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2012-04-08T18:08:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=3ef3fcfc0414b96d626b706c6151596684b7d134'/>
<id>urn:sha1:3ef3fcfc0414b96d626b706c6151596684b7d134</id>
<content type='text'>
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154296 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert floating point division by a constant into multiplication by the</title>
<updated>2012-04-07T20:04:00Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2012-04-07T20:04:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=961d666be4f3714452ff9f15470f9255d85f0506'/>
<id>urn:sha1:961d666be4f3714452ff9f15470f9255d85f0506</id>
<content type='text'>
reciprocal if converting to the reciprocal is exact.  Do it even if inexact
if -ffast-math.  This substantially speeds up ac.f90 from the polyhedron
benchmarks.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154265 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
