This is an archive of the discontinued LLVM Phabricator instance.

LoadStoreVectorizer: Use AA metadata
ClosedPublic

Authored by arsenm on May 26 2016, 11:59 AM.

Details

Summary

This was not passing the full instruction with metadata to the alias query.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 58662.May 26 2016, 11:59 AM
arsenm retitled this revision from to LoadStoreVectorizer: Use AA metadata.
arsenm updated this object.
arsenm added a reviewer: escha.
arsenm added a subscriber: llvm-commits.
jlebar accepted this revision.Jun 13 2016, 2:18 PM
jlebar added a reviewer: jlebar.
jlebar added a subscriber: jlebar.
jlebar added inline comments.
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
431

getPointerOperand?

This revision is now accepted and ready to land.Jun 13 2016, 2:18 PM
arsenm closed this revision.Jun 30 2016, 6:55 PM
arsenm marked an inline comment as done.

r274318