[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:42 PDT 2024
================
@@ -1,4 +1,4 @@
-// RUN: mlir-opt -convert-to-spirv -split-input-file %s | FileCheck %s
+// RUN: mlir-opt -convert-to-spirv="run-signature-conversion=false" -split-input-file %s | FileCheck %s
----------------
kuhar wrote:
You could also make this a test pass so that the 'public' pass doesn't have these options meant for testing
https://github.com/llvm/llvm-project/pull/98337
More information about the Mlir-commits
mailing list