1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Akira Hatanaka 8332c68b45 [mips] Add an IR transformation pass that optimizes calls to sqrt.
The pass emits a call to sqrt that has attribute "read-none". This call will be
converted to an ISD::FSQRT node during DAG construction, which will turn into
a mips native sqrt instruction.
 

llvm-svn: 183802
2013-06-11 22:21:44 +00:00
..
2013-05-14 20:34:12 +00:00
2013-06-05 20:33:54 +00:00
2013-04-22 15:16:51 +00:00
2013-05-20 18:49:15 +00:00