This is an archive of the discontinued LLVM Phabricator instance.

[AST] Pack UnaryOperator
ClosedPublic

Authored by riccibruno on Nov 14 2018, 5:53 AM.

Details

Summary

Use the newly available space in the bit-fields of Stmt
to store some data from UnaryOperator.
This saves 8 bytes per UnaryOperator.

Diff Detail

Repository
rL LLVM

Event Timeline

riccibruno created this revision.Nov 14 2018, 5:53 AM
dblaikie accepted this revision.Nov 14 2018, 12:59 PM

Looks good - thanks!

This revision is now accepted and ready to land.Nov 14 2018, 12:59 PM
This revision was automatically updated to reflect the committed changes.