[Mlir-commits] [flang] [mlir] [flang][OpenMP] WIP: Rewrite `omp.loop` to semantically equivalent ops (PR #115443)

Tom Eccles llvmlistbot at llvm.org
Mon Nov 11 07:29:45 PST 2024


================
@@ -0,0 +1,45 @@
+!RUN: %flang_fc1 -emit-hlfir -fopenmp %s -o - | FileCheck %s
----------------
tblah wrote:

When this is ready for review, it would be good to see an mlir-to-mlir test which runs only the new pass. This makes it easier to review exactly what the pass is doing. It is up to you if you keep this lowering test as well.

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


More information about the Mlir-commits mailing list