[Mlir-commits] [flang] [mlir] [Flang][OpenMP] Support lowering of simd reductions (PR #112194)

Tom Eccles llvmlistbot at llvm.org
Mon Oct 14 13:19:27 PDT 2024


================
@@ -274,3 +274,25 @@ subroutine lastprivate_with_simd
     sum = i + 1
   end do
 end subroutine
+
----------------
tblah wrote:

Please could you expand the test to show that a `omp.declare_reduction` op was generated. No need to show its regions. It wasn't immediately obvious to me that this had been done (the code is elsewhere).


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


More information about the Mlir-commits mailing list