Hello Dev, I noticed that in the function DAGTypeLegalizer::ExpungeNode we don't remap values in PromotedFloats. Any reason for this? Or it's just a bug? Regards, Yan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180320/3ad7f7d6/attachment.html>
Pirama Arumuga Nainar via llvm-dev
2018-Mar-23 18:05 UTC
[llvm-dev] Remap values in PromotedFloats
Hi Yan, this is a bug - ExpungeNode should remap promoted floats as well. If you have a CL, I'll be happy to review. On Wed, Mar 21, 2018 at 10:18 AM Yan Luo via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hello Dev, > > > > I noticed that in the function DAGTypeLegalizer::ExpungeNode we don’t > remap values in PromotedFloats. Any reason for this? Or it’s just a bug? > > > > > > Regards, > > Yan > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180323/d29c8cb3/attachment.html>
Reasonably Related Threads
- [SelectionDAG] DbgValue nodes aren't transferred
- [SelectionDAG] DbgValue nodes aren't transferred
- Question about 'DAGTypeLegalizer::SplitVecOp_EXTRACT_VECTOR_ELT'
- [SelectionDAG] DbgValue nodes aren't transferred
- Question about 'DAGTypeLegalizer::SplitVecOp_EXTRACT_VECTOR_ELT'