[PATCH] D99617: [OPENMP]Fix PR48607: Crash during clang openmp codegen for firstprivate() of `float _Complex`.
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 30 13:37:31 PDT 2021
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LG, one nit.
================
Comment at: clang/lib/CodeGen/CGStmtOpenMP.cpp:644
+ if (PI->getType()->isFirstClassType())
+ ;
LValue LV = WrapperCGF.MakeAddrLValue(
----------------
leftover?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99617/new/
https://reviews.llvm.org/D99617
More information about the cfe-commits
mailing list