[all-commits] [llvm/llvm-project] 73165d: [OpenMP] implementation set controls elision for b...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri May 9 16:33:00 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73165de4e68166da5527641078aeaa039116d63d
https://github.com/llvm/llvm-project/commit/73165de4e68166da5527641078aeaa039116d63d
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M clang/lib/Parse/ParseOpenMP.cpp
M clang/test/AST/ast-dump-openmp-begin-declare-variant_6.c
M clang/test/AST/ast-dump-openmp-begin-declare-variant_7.c
A clang/test/OpenMP/begin_declare_variant_elided_range_implementation.c
M llvm/include/llvm/Frontend/OpenMP/OMPContext.h
M llvm/lib/Frontend/OpenMP/OMPContext.cpp
Log Message:
-----------
[OpenMP] implementation set controls elision for begin declare variant (#139287)
The device and implementation set should trigger elision of tokens if
they do not match statically in a begin/end declare variant. This simply
extends the logic from the device set only and includes the
implementation set.
Reported by @kkwli.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list