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

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 15 01:17:20 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))
----------------
arsenm wrote:

Renaming the pass shouldn't be done in the same change as the new PM support 

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


More information about the cfe-commits mailing list