This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Flip Vector dialect accessors used to prefixed form.
ClosedPublic

Authored by jpienaar on Mar 21 2022, 8:30 AM.

Details

Summary

This has been on _Both for a couple of weeks. Flip usages in core with
intention to flip flag to _Prefixed in follow up. Needed to add a couple
of helper methods in AffineOps and Linalg to facilitate a pure flag flip
in follow up as some of these classes are used in templates and so
sensitive to Vector dialect changes.

Diff Detail

Event Timeline

jpienaar created this revision.Mar 21 2022, 8:30 AM
jpienaar requested review of this revision.Mar 21 2022, 8:30 AM
rriddle accepted this revision.Mar 28 2022, 8:01 AM

Awesome, thanks!

This revision is now accepted and ready to land.Mar 28 2022, 8:01 AM