[flang-commits] [flang] [flang] Add parsing-support for IVDEP directive (PR #101045)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Tue Jul 30 07:47:09 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$ ivdev` tells vecorisation to ignore the dependency analysis of the
----------------
Leporacanthicus wrote:
Darn it, missed the first one, fixed the spelling of optimization. Update coming in a few minutes.
https://github.com/llvm/llvm-project/pull/101045
More information about the flang-commits
mailing list