llvm/lib/CodeGen/SelectionDAG
Chris Lattner f031e8ad01 Teach codegen to lower llvm.powi to an efficient (but not optimal)
multiply sequence when the power is a constant integer.  Before, our
codegen for std::pow(.., int) always turned into a libcall, which was
really inefficient.

This should also make many gfortran programs happier I'd imagine.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92388 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-01 03:32:16 +00:00
..
2009-11-16 20:35:59 +00:00
2009-12-28 01:47:48 +00:00
2009-12-28 01:48:56 +00:00
2009-12-28 01:00:12 +00:00
2009-06-24 05:29:56 +00:00
2009-12-18 23:32:53 +00:00