[flang-commits] [flang] [llvm] [flang][OpenMP] Fix crash on standalone ordered with depend(source|sink:) (PR #200193)

Carlos Seo via flang-commits flang-commits at lists.llvm.org
Thu May 28 11:53:21 PDT 2026


ceseo wrote:

> A better fix would be to update the definition of `DependT`, e.g. add optional iteration vector (as in `Doacross`), and remove the special case for depend in Clauses.cpp, so that the old form of depend always generates `Depend`, and sets the optional iteration vector and keeps the locator list empty.

Thanks. Moved the fix to the definition of `DependT`.


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


More information about the flang-commits mailing list