[llvm-dev] InstNamer numbering question (original) (raw)
Ryan Taylor via llvm-dev llvm-dev at lists.llvm.org
Fri Oct 21 10:00:20 PDT 2016
- Previous message: [llvm-dev] Segfault in llc 3.8.0 building GHC
- Next message: [llvm-dev] InstNamer numbering question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
What is the reason behind LLVM verifying that the instNamer numbering be incremental?
For example, it would be nice to be able to edit the IR and run through llc without having to propagate the numbering. it's possible to still have it ordered without being incremental.
Is this just a diffing issue?
Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161021/a5a18d17/attachment.html>
- Previous message: [llvm-dev] Segfault in llc 3.8.0 building GHC
- Next message: [llvm-dev] InstNamer numbering question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]