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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 02:27:30 PST 2024


================
@@ -380,7 +380,7 @@ void NVPTXPassConfig::addIRPasses() {
     addStraightLineScalarOptimizationPasses();
   }
 
-  addPass(createAtomicExpandPass());
----------------
arsenm wrote:

we probably should just put this in the standard pass pipeline instead of forcing every target to add this

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


More information about the llvm-commits mailing list