[PATCH] D67114: [mir-canon][NFC] Move MIR Vreg renaming code to separate file for better reuse.

Puyan Lotfi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 10:45:06 PDT 2019


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

This change is actually NFC. I will post a pass that uses the virtual register naming code from MIRCanonicalizatioPass to only rename vregs for the purposes of making MIR tests more readable.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67114

Files:
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
  llvm/lib/CodeGen/MIRVRegNamerUtils.cpp
  llvm/lib/CodeGen/MIRVRegNamerUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67114.218488.patch
Type: text/x-patch
Size: 21417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190903/8635353a/attachment.bin>


More information about the llvm-commits mailing list