This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Simplify a test for vectorizing tensor.extract
ClosedPublic

Authored by awarzynski on Dec 29 2022, 2:31 AM.

Details

Summary

Remove unused arguments and the corresponding logic (e.g. affine maps).

Diff Detail

Event Timeline

awarzynski created this revision.Dec 29 2022, 2:31 AM
Herald added a project: Restricted Project. · View Herald Transcript
awarzynski requested review of this revision.Dec 29 2022, 2:31 AM

I just happen to be working in this area ATM and noticed that this can be simplified.

aartbik accepted this revision.Dec 29 2022, 10:12 AM
This revision is now accepted and ready to land.Dec 29 2022, 10:12 AM
This revision was automatically updated to reflect the committed changes.