[all-commits] [llvm/llvm-project] 45ae76: [OPENMP]Fix PR50699: capture locals in combine dir...
cilkplus via All-commits
all-commits at lists.llvm.org
Tue Jun 15 04:59:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45ae766e78e07434f68305d1b56bf3ee65ebbcef
https://github.com/llvm/llvm-project/commit/45ae766e78e07434f68305d1b56bf3ee65ebbcef
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
A clang/test/OpenMP/parallel_for_simd_aligned_codegen.cpp
Log Message:
-----------
[OPENMP]Fix PR50699: capture locals in combine directrives for aligned clause.
Need to capture locals in aligned clauses for the combined directives to
be fix the crash in the codegen.
Differential Revision: https://reviews.llvm.org/D104258
More information about the All-commits
mailing list