[PATCH] D97964: [flang][OpenMP] Add semantic check for occurrence of multiple list items in aligned clause for simd directive
Arnamoy B via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 10 07:58:35 PST 2021
arnamoy10 added inline comments.
================
Comment at: flang/test/Semantics/omp-simd-aligned.f90:7
+
+program omp_simd
+ integer i, j, k
----------------
kiranchandramohan wrote:
> Nit: can you add a test with one more variable?
@kiranchandramohan We already have a test with two variables at Line 28, do we need one more?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97964/new/
https://reviews.llvm.org/D97964
More information about the llvm-commits
mailing list