[flang-commits] [flang] [mlir] Reland "[flang][OpenMP] Fix lowering of LINEAR iteration variables (#183794)" (PR #188851)

via flang-commits flang-commits at lists.llvm.org
Fri Mar 27 09:29:48 PDT 2026


https://github.com/NimishMishra approved this pull request.

LGTM. 

_>> The regression reported in #188536 occurred because LinearClauseProcessor was rewriting all basic blocks whose names contained a given substring, including those that were not part of the translated SIMD region. This didn't cause problems before because linear variables were always privatized, which doesn't happen with this change._

Okay that makes sense. Thanks for the change

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


More information about the flang-commits mailing list