[Mlir-commits] [mlir] [mlir][spirv] Implement vector type legalization for function signatures (PR #98337)

Jakub Kuderski llvmlistbot at llvm.org
Mon Jul 15 12:44:41 PDT 2024


================
@@ -0,0 +1,15 @@
+# Exclude tests from libMLIR.so
+add_mlir_library(MLIRTestSPIRVFuncSignatureConversion
----------------
kuhar wrote:

Should we call this library after the umbrella conversion pass `ConvertToSPIRV` vs. this specific test pass?

https://github.com/llvm/llvm-project/pull/98337


More information about the Mlir-commits mailing list