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

Rishabh Bali via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 15 09:28:18 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("atomicexpand", AtomicExpandPass(TM))
----------------
Ris-Bali wrote:

Reverted back to original name.

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


More information about the cfe-commits mailing list