Gautam Chakrabarti via llvm-dev
2018-Mar-29 06:57 UTC
[llvm-dev] Why do constant SD nodes not set the IROrder?
Specifically I would like to understand why ConstantSDNode and ConstantFPSDNode do not set the IR ordering like most other SDNode-s. These constant SD nodes also previously did not set the debugloc, but that got enabled (here: http://llvm.org/viewvc/llvm-project?view=revision&revision=237237). These constant SD nodes hard-code the order to 0. Is this intentional, or just something that has not been handled yet? I have a case for debug support where I think this is needed. Thanks, Gautam ----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ----------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180329/fe3ae065/attachment.html>
Seemingly Similar Threads
- [debug support] Why do constant SD nodes not set the IROrder?
- Matching ConstantFPSDNode tablegen
- [LLVMdev] Query Regarding instruction ordering of passive nodes
- Question about identifier name mangling in LLVM manual
- [LLVMdev] More careful treatment of floating point exceptions