This is an archive of the discontinued LLVM Phabricator instance.

[LSR] Add masked load and store handling
ClosedPublic

Authored by dmgreen on Mar 3 2020, 8:20 AM.

Details

Summary

This teaches Loop Strength Reduction the details about masked load and store address operands, so that it can have a better time optimising them as it would for normal loads and stores.

Diff Detail

Event Timeline

dmgreen created this revision.Mar 3 2020, 8:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2020, 8:20 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
This revision is now accepted and ready to land.Mar 4 2020, 1:34 AM
dmgreen closed this revision.Mar 4 2020, 10:40 AM

Thanks.

Closed by 38e532278e3190f28fec3ac06cc113c63273d4d8 (which I managed to put the wrong number on).