This is an archive of the discontinued LLVM Phabricator instance.

LoadStoreVectorizer: Don't increase alignment with no align set
ClosedPublic

Authored by arsenm on Apr 25 2016, 3:15 PM.

Details

Summary

If no alignment was set on the load/stores, it would vectorize
to the new type even though this increases the default alignment.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 54927.Apr 25 2016, 3:15 PM
arsenm retitled this revision from to LoadStoreVectorizer: Don't increase alignment with no align set.
arsenm updated this object.
arsenm added reviewers: escha, resistor.
arsenm added a subscriber: llvm-commits.
jlebar accepted this revision.Jun 13 2016, 2:17 PM
jlebar added a reviewer: jlebar.
This revision is now accepted and ready to land.Jun 13 2016, 2:17 PM
arsenm closed this revision.Jun 30 2016, 7:16 PM

r274323