[all-commits] [llvm/llvm-project] 08ddba: [clang][OpenMP] Simplify check for taskloop in `Ac...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Fri Jul 12 06:37:15 PDT 2024
Branch: refs/heads/users/kparzysz/spr/c10-simplify-taskloop
Home: https://github.com/llvm/llvm-project
Commit: 08ddba05e36c6c5b6fa5b4b158fbef21b77ab415
https://github.com/llvm/llvm-project/commit/08ddba05e36c6c5b6fa5b4b158fbef21b77ab415
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
Log Message:
-----------
[clang][OpenMP] Simplify check for taskloop in `ActOnOpenMPLoopInitialization`
Replace the explicit list of compound directives ending with taskloop
with checking for the last leaf construct.
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