[PATCH] D144001: [Metarenamer] Use 'val' as default name for instructions
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 14 11:41:46 PST 2023
spatel added a comment.
FWIW, I now regret using "i" when I updated InstNamer because `i`,`l`,`1` are all starting to blur together with age. :)
How about "inst" for both? That's the common short form for an Instruction.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144001/new/
https://reviews.llvm.org/D144001
More information about the llvm-commits
mailing list