This is an archive of the discontinued LLVM Phabricator instance.

[Alignment][NFC] Use llvm::Align for TargetLowering::getPrefLoopAlignment
ClosedPublic

Authored by gchatelet on Sep 10 2019, 1:23 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

gchatelet created this revision.Sep 10 2019, 1:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 10 2019, 1:23 AM
courbet accepted this revision.Sep 10 2019, 1:55 AM
courbet added inline comments.
llvm/lib/CodeGen/MachineBlockPlacement.cpp
2810 ↗(On Diff #219489)

const

This revision is now accepted and ready to land.Sep 10 2019, 1:55 AM
This revision was automatically updated to reflect the committed changes.
gchatelet marked an inline comment as done.