[PATCH] D104258: [OPENMP]Fix PR50699: capture locals in combine directrives for aligned clause.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 14 12:35:27 PDT 2021


ABataev created this revision.
ABataev added reviewers: lebedev.ri, jdoerfert.
Herald added subscribers: guansong, yaxunl.
ABataev requested review of this revision.
Herald added a subscriber: sstefan1.
Herald added a project: clang.

Need to capture locals in aligned clauses for the combined directives to
be fix the crash in the codegen.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104258

Files:
  clang/lib/Sema/SemaOpenMP.cpp
  clang/test/OpenMP/parallel_for_simd_aligned_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104258.351966.patch
Type: text/x-patch
Size: 23579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210614/b28b44db/attachment-0001.bin>


More information about the cfe-commits mailing list