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

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 18 07:53:47 PST 2024


================
@@ -340,7 +342,31 @@ bool AtomicExpand::runOnFunction(Function &F) {
   return MadeChange;
 }
 
-bool AtomicExpand::bracketInstWithFences(Instruction *I, AtomicOrdering Order) {
+bool AtomicExpandLegacy::runOnFunction(Function &F) {
+  i
----------------
arsenm wrote:

Stray character 

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


More information about the cfe-commits mailing list