[flang-commits] [flang] [mlir] [llvm][mlir][OpenMP] Support translation for linear clause in omp.wsloop and omp.simd (PR #139386)
via flang-commits
flang-commits at lists.llvm.org
Sun Nov 2 03:38:01 PST 2025
================
@@ -114,19 +114,6 @@ llvm.func @sections_private(%x : !llvm.ptr) {
}
-// -----
----------------
NimishMishra wrote:
I am unsure on how to test for MLIR to LLVM translation. The current implementation needs the type attributes to be populated, which are done by the frontend. Any suggestions on how to deal with this? Does it make sense to write a Flang Integration test instead?
https://github.com/llvm/llvm-project/pull/139386
More information about the flang-commits
mailing list