[llvm-branch-commits] [flang] [mlir] [mlir][omp] Improve canonloop/iv naming (PR #159773)

Tom Eccles via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Sep 30 02:59:06 PDT 2025


================
@@ -0,0 +1,28 @@
+// RUN: fir-opt %s           | FileCheck %s --enable-var-scope
----------------
tblah wrote:

Maybe this test belongs in the MLIR openmp dialect rather than in flang? It could be written with scf.if instead of fir.if etc.

In theory at least, the MLIR openmp dialect exists upstream of flang and could have other users.

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


More information about the llvm-branch-commits mailing list