[Mlir-commits] [llvm] [mlir] [OMPIRBuilder] Hoist alloca's to entry blocks of compiler-emitted GPU reduction functions (PR #181359)

Kareem Ergawy llvmlistbot at llvm.org
Mon Feb 16 22:07:26 PST 2026


================
@@ -4234,6 +4234,12 @@ Expected<Function *> OpenMPIRBuilder::createReductionFunction(
     }
 
   Builder.CreateRetVoid();
+
+  PostDominatorTree PostDomTree(*ReductionFunc);
----------------
ergawy wrote:

Done.

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


More information about the Mlir-commits mailing list