This is an archive of the discontinued LLVM Phabricator instance.

[COFF] Don't round alignment if it's already a power-of-two
ClosedPublic

Authored by davide on Nov 7 2016, 3:01 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

davide updated this revision to Diff 77107.Nov 7 2016, 3:01 PM
davide retitled this revision from to [COFF] Don't round alignment if it's already a power-of-two.
davide updated this object.
davide added a reviewer: ruiu.
davide added a subscriber: llvm-commits.
ruiu edited edge metadata.Nov 10 2016, 6:32 PM

LGTM with using PowerOf2Ceil.

ruiu accepted this revision.Nov 10 2016, 6:32 PM
ruiu edited edge metadata.
This revision is now accepted and ready to land.Nov 10 2016, 6:32 PM
This revision was automatically updated to reflect the committed changes.