This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Align copied load/store instructions as the original.
AbandonedPublic

Authored by jdoerfert on Oct 1 2014, 6:34 AM.

Details

Reviewers
grosser

Diff Detail

Event Timeline

jdoerfert updated this revision to Diff 14281.Oct 1 2014, 6:34 AM
jdoerfert retitled this revision from to [Polly] Align copied load/store instructions as the original..
jdoerfert added a reviewer: grosser.
jdoerfert added subscribers: Restricted Project, Unknown Object (MLST).

LGTM. Could also fold the alignment setting into the creation.

lib/CodeGen/BlockGenerators.cpp
226

You could use Builder.CreateAlignedLoad here.

241

Could use Builder.CreateAlignedStore here.