[PATCH] D67061: [mir-canon][NFCi] Adding opt arg to enable vreg renaming only mode.

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 09:27:29 PDT 2019


paquette added a comment.

+1 for a separate pass. If we're going for an equivalent of -instnamer, I think it makes sense to keep the mode of use consistent.

I can imagine someone being thrown off by having to use

  -run-pass mir-canonicalizer -canon-vregs-namer=1

versus something like

  -run-pass=mirnamer

if they're used to just having to run `-instnamer`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67061/new/

https://reviews.llvm.org/D67061





More information about the llvm-commits mailing list