This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] canonicalize unmasked gather/scatter/compress/expand directly into l/s
ClosedPublic

Authored by aartbik on Mar 5 2021, 9:46 AM.

Details

Summary

With the new vector.load/store operations, there is no need to go through
unmasked transfer operations (which will canonicalized to l/s anyway).

Diff Detail

Event Timeline

aartbik created this revision.Mar 5 2021, 9:46 AM
aartbik requested review of this revision.Mar 5 2021, 9:46 AM
dcaballe accepted this revision.Mar 5 2021, 2:10 PM

More ops going through vector loads/stores! Great! Thanks, Aart. LGTM.

This revision is now accepted and ready to land.Mar 5 2021, 2:10 PM
This revision was landed with ongoing or failed builds.Mar 5 2021, 2:24 PM
This revision was automatically updated to reflect the committed changes.