This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRVToLLVM] Removed std to llvm patterns from the conversion
ClosedPublic

Authored by georgemitenkov on Aug 20 2020, 5:56 AM.

Details

Summary

Removed the patterns that were previously pulled
in for testing purposes. This helps to separate the conversion
to LLVM dialect of the MLIR module with SPIR-V and Standard
dialects in it, particularly helpful for SPIR-V cpu runner.
The tests were changed accordingly.

Diff Detail