Displaying 2 results from an estimated 2 matches for "getvalueafp".
2018 Jan 19
2
computeKnownBits doesn't handle ISD::ConstantFP
SelectionDAG's computeKnownBits has no case for ConstantFP, e.g. Known.ones
= cast <ConstantFPSDNode>(Op)->getValueAFP ().bitcastToAPInt ();
I can't easily override this in target specific code. Can anyone see an
issue with submitting the patch to upstream?
Suggestions for an in tree target that could trigger this would be very
welcome.
Cheers
-------------- next part --------------
An HTML attachment was sc...
2018 Jan 19
0
computeKnownBits doesn't handle ISD::ConstantFP
...nks for the link.
On 19 Jan 2018 18:53, "Friedman, Eli" <efriedma at codeaurora.org> wrote:
On 1/19/2018 4:01 AM, Jon Chesterfield via llvm-dev wrote:
> SelectionDAG's computeKnownBits has no case for ConstantFP, e.g.
> Known.ones = cast <ConstantFPSDNode>(Op)->getValueAFP ().bitcastToAPInt
> ();
>
This was added in https://reviews.llvm.org/rL316831 .
-Eli
--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux
Foundation Collaborative Project
-------------- next part --------------
An HTML...