[flang-commits] [flang] [flang][OpenMP] Fix firstprivate not working with lastprivate in DO SIMD (PR #170163)
Krish Gupta via flang-commits
flang-commits at lists.llvm.org
Thu Dec 11 07:00:18 PST 2025
KrxGu wrote:
Thanks for the quick revert @tblah and my apologies @jeanPerier for the breakage. I should have tested against the Fujitsu test suite since it's publicly available - lesson learned.
I see the issue - `insertLastPrivateCompare` expects matching argument lists but simdArgs is now empty. I'll fix this properly to handle lastprivate-only cases and add test coverage before resubmitting.
@tblah any suggestions for me?
https://github.com/llvm/llvm-project/pull/170163
More information about the flang-commits
mailing list