[SelectionDAG] Remove special case for ISD::FPOWI from the strict FP intrinsic handling.
authorCraig Topper <craig.topper@gmail.com>
Tue, 30 May 2017 17:12:18 +0000 (17:12 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 30 May 2017 17:12:18 +0000 (17:12 +0000)
commit5fd588be34ce1fe53e88590c8a8781ec973f45a0
tree0928f0ad93a44ee1f115dd24e0ac7bfd35344fce
parent089f6787843c8e7099c0b366a5ea1469540a0f6f
[SelectionDAG] Remove special case for ISD::FPOWI from the strict FP intrinsic handling.

This code was compensating for FPOWI defaulting to Legal and many targets not changing it to Expand. This was fixed in r304215 to default to Expand so this special handling should no longer be necessary.

llvm-svn: 304221
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp