[llvm-branch-commits] [flang] [mlir] [mlir][omp] Improve canonloop/iv naming (PR #159773)
Michael Kruse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 30 03:11:39 PDT 2025
================
@@ -0,0 +1,28 @@
+// RUN: fir-opt %s | FileCheck %s --enable-var-scope
----------------
Meinersbur wrote:
I am worried about the dependencies. With FIR we can assume that the omp dialect is available, there are other tests using the omp dialect already. The openmp dialect does not require scf, nor does scf require omp.
https://github.com/llvm/llvm-project/pull/159773
More information about the llvm-branch-commits
mailing list