This is an archive of the discontinued LLVM Phabricator instance.

[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
ClosedPublic

Authored by gchatelet on Sep 27 2019, 8:37 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

gchatelet created this revision.Sep 27 2019, 8:37 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
courbet accepted this revision.Sep 29 2019, 11:31 PM
courbet added inline comments.
llvm/lib/Transforms/Scalar/SROA.cpp
1273 ↗(On Diff #222182)

const

This revision is now accepted and ready to land.Sep 29 2019, 11:31 PM
gchatelet updated this revision to Diff 222380.Sep 30 2019, 2:33 AM
gchatelet marked an inline comment as done.
  • Address comments
This revision was automatically updated to reflect the committed changes.

This patch broke polly, I'm working on a fix.

This patch broke polly, I'm working on a fix.

https://reviews.llvm.org/rL373199