[PATCH] D78174: [VE] Add alternative names to registers

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 20 19:00:19 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.cpp:41
+  unsigned AltIdx = VE::AsmName;
+  OS << '%' << StringRef(getRegisterName(RegNo, AltIdx)).lower();
 }
----------------
You should be able to directly use the output of getRegisterName without the lower now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78174





More information about the llvm-commits mailing list