Displaying 2 results from an estimated 2 matches for "6d2b828a".
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
2018 Jan 19
0
computeKnownBits doesn't handle ISD::ConstantFP
...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 attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180119/6d2b828a/attachment.html>