[flang-commits] [flang] [flang] Implement !DIR$ VECTOR ALWAYS (PR #93830)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Fri May 31 06:22:17 PDT 2024
================
@@ -206,6 +206,7 @@ class ParseTreeDumper {
NODE(CompilerDirective, IgnoreTKR)
NODE(CompilerDirective, LoopCount)
NODE(CompilerDirective, AssumeAligned)
+ NODE(CompilerDirective, VectorAlways)
----------------
Leporacanthicus wrote:
That's probably my fault for not realizing it's (meant to be) sorted, when I added `AssumeAligned`.
Feel free to fix that at the same time.
https://github.com/llvm/llvm-project/pull/93830
More information about the flang-commits
mailing list