[PATCH] D67061: [mir-canon][NFCi] Adding opt arg to enable vreg renaming only mode.
Puyan Lotfi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 2 00:39:21 PDT 2019
plotfi created this revision.
plotfi added reviewers: bogner, paquette, compnerd.
Herald added subscribers: llvm-commits, hiraditya, javed.absar.
Herald added a project: LLVM.
Similar to instnamer for llvm IR. I think it could be nice to have more readable string names. Might eventually add an option for a user defined string prefix for the vreg names instead of "namedVReg1234"
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D67061
Files:
llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
llvm/test/CodeGen/MIR/AArch64/mirCanonCopyCopyProp.mir
llvm/test/CodeGen/MIR/AArch64/mirCanonIdempotent.mir
llvm/test/CodeGen/MIR/AArch64/mirCanonVRegnamer.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67061.218298.patch
Type: text/x-patch
Size: 8419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190902/1027b23c/attachment.bin>
More information about the llvm-commits
mailing list