This is an archive of the discontinued LLVM Phabricator instance.

Oenmp task with by reference array
Needs ReviewPublic

Authored by zahiraam on Apr 28 2018, 9:08 AM.

Details

Reviewers
mikerice
rsmith

Diff Detail

Event Timeline

rsmith added inline comments.Apr 29 2018, 11:36 PM
lib/CodeGen/CGExprAgg.cpp
1624–1625

EmitAggExpr should only be called on expressions with aggregate evaluation kind. Whatever issue is being uncovered by your testcase should almost certainly be fixed in a caller of this function, not here.

zahiraam updated this revision to Diff 144724.May 1 2018, 8:09 AM

Is this better? Thanks.