================
@@ -1326,11 +1365,34 @@ DSAStackTy::DSAVarData
DSAStackTy::getDSA(const_iterator &Iter,
return DVar;
}
+ DefaultDataSharingAttributes IterDA = Iter->DefaultAttr;
+ switch (Iter->DefaultVCAttr) {
+ case DSA_VC_aggregate:
+ if (!VD->getType()->isAggregateType())
----------------
SunilKuravinakop wrote:
Thank you for the feedback Shafik Yaghmour and Alexey.
I have taken care of this feedback in a new PR
[165276](https://github.com/llvm/llvm-project/pull/165276) .
https://github.com/llvm/llvm-project/pull/157063
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits