This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Perform partial conversion in VectorToSPIRVPass
ClosedPublic

Authored by antiagainst on Dec 14 2021, 1:11 PM.

Details

Summary

This allows the pass to participate in progressive lowering
and it also allows us to write tests better.

Along the way, cleaned up the tests.

Diff Detail