[PATCH] D144001: [Metarenamer] Use 'inst' as default name for instructions
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 15 00:35:50 PST 2023
mkazantsev added a comment.
In D144001#4128130 <https://reviews.llvm.org/D144001#4128130>, @nikic wrote:
> LGTM
>
> A thought I had is that we could also use the name of the instruction, producing something like `%phi1 = phi i32 [ ... ]`. This is something I often end up doing when manually cleaning up names. That makes things easier to follow than just numbering all instructions.
I'd also do it for loop headers and other stuff. Will do as a follow-up.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144001/new/
https://reviews.llvm.org/D144001
More information about the llvm-commits
mailing list