[flang-commits] [flang] [flang] Add parsing-support for IVDEP directive (PR #101045)

Mats Petersson via flang-commits flang-commits at lists.llvm.org
Thu Aug 1 07:58:03 PDT 2024


Leporacanthicus wrote:

> LG. Please wait for @klausler
> 
> > There will be a follow-up patch to implement the lowering for this
> 
> Did `vector always` have a semantics portion to warn if it is not applied to loops?

The follow-up patch here is just my intention to unify style and patterns, as there are other cases of the things that was pointed out in this review, that should be "the same".

There will be similar semantics checks (literally just adding another case for this directive), but that's in the "implementation part" that I'm working on right now. 

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


More information about the flang-commits mailing list