OSDN Git Service

Legalizer was missing code that expand fpow to a libcall.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 9 Sep 2008 23:02:14 +0000 (23:02 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 9 Sep 2008 23:02:14 +0000 (23:02 +0000)
commit4b88702ac3fac540b970e2d92f3dcc5071f16a84
tree35f515836a56405b28a5cf2a41a96032ae86cfe8
parente10c814c52a4cf39a541b4631a64067b1969b124
Legalizer was missing code that expand fpow to a libcall.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56028 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
test/CodeGen/ARM/fpow.ll [new file with mode: 0644]