[flang-commits] [flang] [flang] Implement !DIR$ VECTOR ALWAYS (PR #93830)

David Truby via flang-commits flang-commits at lists.llvm.org
Fri May 31 05:50:13 PDT 2024


================
@@ -206,6 +206,7 @@ class ParseTreeDumper {
   NODE(CompilerDirective, IgnoreTKR)
   NODE(CompilerDirective, LoopCount)
   NODE(CompilerDirective, AssumeAligned)
+  NODE(CompilerDirective, VectorAlways)
----------------
DavidTruby wrote:

It's not sorted; AssumeAligned already comes after LoopCount. Not sure what the thought process on the ordering is, I just added this after AssumeAligned because it is the most similar to that.

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


More information about the flang-commits mailing list