[llvm] [CodeGen] Port AtomicExpand to new Pass Manager (PR #71220)

via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 13 23:05:43 PST 2024


================
@@ -429,6 +429,7 @@ FUNCTION_PASS("strip-gc-relocates", StripGCRelocates())
 FUNCTION_PASS("structurizecfg", StructurizeCFGPass())
 FUNCTION_PASS("tailcallelim", TailCallElimPass())
 FUNCTION_PASS("typepromotion", TypePromotionPass(TM))
+FUNCTION_PASS("expand-atomic", ExpandAtomicPass(TM))
----------------
paperchalice wrote:

Nit: Could you put it after `FUNCTION_PASS("dwarf-eh-prepare", DwarfEHPreparePass(TM))` to keep the dictionary order?

https://github.com/llvm/llvm-project/pull/71220


More information about the llvm-commits mailing list