[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC32ISelDAGToDAG.cpp
Jim Laskey
jlaskey at apple.com
Thu Aug 18 01:56:57 PDT 2005
Is there a is implemented on target test for this somewhere?
Cheers,
-- Jim
On Aug 17, 2005, at 9:53 PM, Nate Begeman wrote:
> + case ISD::FSQRT: {
> + MVT::ValueType Ty = N->getValueType(0);
> + CurDAG->SelectNodeTo(N, Ty, Ty == MVT::f64 ? PPC::FSQRT :
> PPC::FSQRTS,
> + Select(N->getOperand(0)));
> + break;
> + }
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20050818/f762c06e/attachment.html>
More information about the llvm-commits
mailing list