This is an archive of the discontinued LLVM Phabricator instance.

[NFC][TTI] Add Alignment for isLegalMasked[Gather/Scatter]
ClosedPublic

Authored by anwel on Dec 17 2019, 7:40 AM.

Details

Summary

Add an extra parameter as already done for masked loads and stores (see https://reviews.llvm.org/D68400) so alignment can be taken into consideration in gather/scatter legalization.

Diff Detail

Event Timeline

anwel created this revision.Dec 17 2019, 7:40 AM
This revision is now accepted and ready to land.Dec 17 2019, 3:57 PM
This revision was automatically updated to reflect the committed changes.