[llvm-dev] InstNamer numbering question

Ryan Taylor via llvm-dev llvm-dev at lists.llvm.org
Fri Oct 21 10:00:20 PDT 2016


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>


More information about the llvm-dev mailing list