[PATCH] D67209: [MIR] MIR Namer pass

Puyan Lotfi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 22:01:03 PDT 2019


plotfi created this revision.
plotfi added reviewers: bogner, paquette, compnerd.
Herald added subscribers: llvm-commits, hiraditya, javed.absar, mgorny.
Herald added a project: LLVM.

This is a pass for rewriting the names of vregs of MIR code.
I think it could be handy for authoring and reducing tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67209

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/CodeGen.cpp
  llvm/lib/CodeGen/MIRNamerPass.cpp
  llvm/test/CodeGen/MIR/AArch64/mirnamer.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67209.218835.patch
Type: text/x-patch
Size: 7136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190905/e224d7ec/attachment.bin>


More information about the llvm-commits mailing list