This is an archive of the discontinued LLVM Phabricator instance.

[Alignment][NFC] DataLayout migration to llvm::Align
ClosedPublic

Authored by gchatelet on Sep 23 2019, 5:28 AM.

Details

Summary

This is patch is part of a series 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.Sep 23 2019, 5:28 AM
courbet accepted this revision.Sep 23 2019, 5:30 AM
courbet added inline comments.
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
1993 ↗(On Diff #221304)

move after the sort ?

This revision is now accepted and ready to land.Sep 23 2019, 5:30 AM
gchatelet updated this revision to Diff 221306.Sep 23 2019, 5:34 AM
gchatelet marked an inline comment as done.
  • Address comments
This revision was automatically updated to reflect the committed changes.