[PATCH] D137402: [LoongArch] Change the name of LoongArchPreRAExpandPseudo pass

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 02:51:17 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG389cf0adcb0b: [LoongArch] Change the name of LoongArchPreRAExpandPseudo pass (authored by wangleiat, committed by SixWeining).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137402

Files:
  llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp


Index: llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
===================================================================
--- llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
+++ llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
@@ -241,7 +241,7 @@
 
 } // end namespace
 
-INITIALIZE_PASS(LoongArchPreRAExpandPseudo, "LoongArch-prera-expand-pseudo",
+INITIALIZE_PASS(LoongArchPreRAExpandPseudo, "loongarch-prera-expand-pseudo",
                 LOONGARCH_PRERA_EXPAND_PSEUDO_NAME, false, false)
 
 namespace llvm {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137402.473178.patch
Type: text/x-patch
Size: 541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221104/c03f393b/attachment.bin>


More information about the llvm-commits mailing list