This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Query AA, if available, in areMemAccessesTriviallyDisjoint()
ClosedPublic

Authored by tstellarAMD on Aug 23 2016, 1:59 PM.

Details

Summary

The SILoadStoreOptimizer will need to use AliasAnalysis here in order to
move it before scheduling.

Diff Detail

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Query AA, if available, in areMemAccessesTriviallyDisjoint().
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm accepted this revision.Aug 23 2016, 2:26 PM
arsenm edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 23 2016, 2:26 PM
This revision was automatically updated to reflect the committed changes.