[flang-commits] [flang] [flang] Add parsing-support for IVDEP directive (PR #101045)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Mon Jul 29 11:49:25 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
----------------
klausler wrote:
`ivdep`
`vectori[zs]ation`
https://github.com/llvm/llvm-project/pull/101045
More information about the flang-commits
mailing list