[flang-commits] [flang] [flang][OpenMP] Fix standalone SIMD directive post-loop variable value (PR #196731)

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Mon May 11 06:08:06 PDT 2026


luporl wrote:

The problem is actually in LINEAR, that updates the original variable with an incorrect value (one less step).

So I think the correct approach is to fix LINEAR. I'm working on a patch for it here: #183800.

This issue was also discussed in #170784.

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


More information about the flang-commits mailing list