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

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Mon Aug 5 08:16:27 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
----------------
klausler wrote:

Still missing a 'T'.

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


More information about the flang-commits mailing list