[llvm-branch-commits] [mlir] [mlir][OpenMP] Fix update of linear iteration variables (PR #183800)
Leandro Lupori via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri May 22 12:25:55 PDT 2026
luporl wrote:
@kparzysz, thanks for the review.
My preference is to handle the updating of linear iteration variables in OpenMP to LLVM IR translation, mainly to keep the symbol flags correct in semantics and `-fdebug-unparse-with-symbols`.
That being said, since there is no functional difference if the lastprivate flag is used instead, it's fine by me if that's the consensus. Apparently it would already produce the expected output for `!$omp do simd`, in the test above.
https://github.com/llvm/llvm-project/pull/183800
More information about the llvm-branch-commits
mailing list