This is an archive of the discontinued LLVM Phabricator instance.

[LLVM][Alignment] Introduce Alignment Type
ClosedPublic

Authored by gchatelet on Jul 31 2019, 7:00 AM.

Details

Summary

This is patch is part of a serie to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790

Diff Detail

Repository
rL LLVM

Event Timeline

gchatelet created this revision.Jul 31 2019, 7:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2019, 7:00 AM
gchatelet updated this revision to Diff 212574.Jul 31 2019, 7:10 AM
  • Fix formatting
jfb accepted this revision.Jul 31 2019, 9:53 AM

You should probably follow-up on the RFC, saying that the initial patch is in and pointing at this and D65521. The patch looks good, but please wait a day or two to make sure folks whose code is changing are OK with how this now looks.

This revision is now accepted and ready to land.Jul 31 2019, 9:53 AM

I will push this on Monday 5th of Aug. Let me know if you have any concerns.

This revision was automatically updated to reflect the committed changes.