[PATCH] D71499: Add builtins for aligning and checking alignment of pointers and integers

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 5 06:04:57 PST 2020


lebedev.ri accepted this revision.
lebedev.ri added a subscriber: erichkeane.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

Nice. Thank you for working on this.
I think this finally fully looks good to me.

Not sure whether we should be really adding an attribute to AST,
or just calling `EmitAlignmentAssumption()` like it is done now.
I'll defer to @erichkeane on that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71499/new/

https://reviews.llvm.org/D71499





More information about the cfe-commits mailing list