[PATCH] D116832: [UpdateLLCTestChecks] Allow replacing register names with variables
Sebastian Neubauer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 7 08:40:15 PST 2022
sebastian-ne added a comment.
Looks good to me, with all the comments and fixes the generated tests look a load better than in the first version.
================
Comment at: llvm/utils/UpdateTestChecks/asm.py:281
+ # name. When a register of a particular class is redefined, we increment the
+ # count and generate a new name, when is then used for subsequent uses of the
+ # register.
----------------
Typo: when -> that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116832/new/
https://reviews.llvm.org/D116832
More information about the llvm-commits
mailing list