[Mlir-commits] [flang] [mlir] [OpenMP][flang] Lowering of OpenMP custom reductions to MLIR (PR #168417)

Kareem Ergawy llvmlistbot at llvm.org
Tue Nov 18 06:00:29 PST 2025


================
@@ -3563,12 +3565,137 @@ genOMP(lower::AbstractConverter &converter, lower::SymMap &symTable,
     TODO(converter.getCurrentLocation(), "OmpDeclareVariantDirective");
 }
 
+static bool
+processReductionCombiner(lower::AbstractConverter &converter,
----------------
ergawy wrote:

Can we return `GenCombinerCBTy` instead?

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


More information about the Mlir-commits mailing list