[flang-commits] [flang] [flang] Add parsing-support for IVDEP directive (PR #101045)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Mon Aug 12 09:59:11 PDT 2024
================
@@ -39,6 +39,8 @@ A list of non-standard directives supported by Flang
* `!dir$ vector always` forces vectorization on the following loop regardless
of cost model decisions. The loop must still be vectorizable.
[This directive currently only works on plain do loops without labels].
+* `!dir$ ivdep` tells vecorization to ignore the dependency analysis of the
----------------
Leporacanthicus wrote:
Fixed... Sorry about the delay, I was hoping to have the rest of this work ready by today, but it's not there yet, and some other work is currently more important... :(
https://github.com/llvm/llvm-project/pull/101045
More information about the flang-commits
mailing list