[PATCH] D108530: [flang][OpenMP] Fix one bug in parsing depend(sink: vec)

Peixin Qiao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 24 08:01:58 PDT 2021


peixin added a comment.

I think resolving the name in `flang/lib/Semantics/resolve-directives.cpp` is better since some semantic checks can be done at the same time. I will use the method in D94087 <https://reviews.llvm.org/D94087>. This PR may can be closed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108530/new/

https://reviews.llvm.org/D108530



More information about the llvm-commits mailing list