This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Split vectorization tests
ClosedPublic

Authored by awarzynski on May 4 2023, 4:44 AM.

Details

Summary

Split Linalg vectorization tests across more specialised test files:

  • vectorize-tensor-extract.mlir - tests for tensor.extract with no masking
  • vectorize-tensor-extract-masked.mlir - tests for tensor.extract with masking
  • vectorization-masked.mlir - all other tests that use masking

Diff Detail

Event Timeline

awarzynski created this revision.May 4 2023, 4:44 AM
Herald added a project: Restricted Project. · View Herald Transcript
awarzynski requested review of this revision.May 4 2023, 4:44 AM
awarzynski retitled this revision from [Linalg] Split vectorization tests to [mlir][Linalg] Split vectorization tests.May 5 2023, 12:23 PM
This revision is now accepted and ready to land.May 16 2023, 12:33 AM
This revision was automatically updated to reflect the committed changes.