diff options
author | Valentin Clement (バレンタイン クレメン) <clementval@gmail.com> | 2023-09-12 11:00:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 11:00:01 -0700 |
commit | c46d732fd739d39a65d155623d58128f8665ba47 (patch) | |
tree | 6ebeb42e34544b48b2196dac45e530523597414d /clang/tools/include-mapping/cppreference_parser.py | |
parent | 17b071db6a39e98c4cc5d06521096e91f72237c4 (diff) | |
download | llvm-c46d732fd739d39a65d155623d58128f8665ba47.zip llvm-c46d732fd739d39a65d155623d58128f8665ba47.tar.gz llvm-c46d732fd739d39a65d155623d58128f8665ba47.tar.bz2 |
[flang][openacc] Check atomic update lhs/rhs are scalar (#66113)
Add semantic check for `!$acc atomic update`. RHS and LHS of the update
assignment must be scalar.
Without this check the code was going all the way to MLIR and trigger a
verifier error. This gives better user error message.
Diffstat (limited to 'clang/tools/include-mapping/cppreference_parser.py')
0 files changed, 0 insertions, 0 deletions