This is an archive of the discontinued LLVM Phabricator instance.

[AST] Store the expressions in ParenListExpr in a trailing array
ClosedPublic

Authored by riccibruno on Nov 18 2018, 5:50 AM.

Details

Summary

Use the newly available space in the bit-fields of Stmt
and store the expressions in a trailing array.

This saves 2 pointer per ParenListExpr.

Diff Detail

Repository
rL LLVM

Event Timeline

riccibruno created this revision.Nov 18 2018, 5:50 AM
rjmccall accepted this revision.Nov 18 2018, 3:09 PM

LGTM.

This revision is now accepted and ready to land.Nov 18 2018, 3:09 PM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.