[PATCH] D99757: [flang][OpenMP] Add semantic check for occurrence of constructs nested inside a SIMD region
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 5 14:45:20 PDT 2021
kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
LGTM.
================
Comment at: flang/lib/Semantics/check-directive-structure.h:323
std::string ClauseSetToString(const common::EnumSet<C, ClauseEnumSize> set);
+ int simdNest_ = 0;
};
----------------
Nit: Braced initialization.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99757/new/
https://reviews.llvm.org/D99757
More information about the llvm-commits
mailing list