This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7ebdaff1b8b gn build: Merge r371117 new 9a66698dc07 [MIR] MIRNamer pass for improving MIR test authoring experience.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/InitializePasses.h | 1 + lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/CodeGen.cpp | 1 + lib/CodeGen/MIRNamerPass.cpp | 77 ++++++++++++++++++++++++++++++ test/CodeGen/MIR/AArch64/mirnamer.mir | 90 +++++++++++++++++++++++++++++++++++ 5 files changed, 170 insertions(+) create mode 100644 lib/CodeGen/MIRNamerPass.cpp create mode 100644 test/CodeGen/MIR/AArch64/mirnamer.mir