[PATCH] D58548: IR: Support parsing numeric block ids, and emit them in textual output.
James Y Knight via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 22 12:12:17 PST 2019
jyknight added a comment.
In D58548#1407164 <https://reviews.llvm.org/D58548#1407164>, @dexonsmith wrote:
> I like this idea, and I don’t think the textual IR central is too important. A few things:
>
> - Changes to the IR should always be discussed on llvm-dev. Did this already happen?
I sent a message ("Improving textual IR format for nameless blocks") concurrently with sending this review, and will wait a bit to make sure there's no objections.
> - Please update LangRef.
Done.
> - Did you write a script for updating the test cases? If so, you might consider attaching it to the RFC and linking to it from the commit message as a courtesy to downstream maintainers.
Nope, I didn't; there were few enough instances that it didn't seem worth scripting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58548/new/
https://reviews.llvm.org/D58548
More information about the cfe-commits
mailing list