[Mlir-commits] [mlir] [mlir][spirv] Add conversion pass to rewrite splat constant composite… (PR #148910)
Jakub Kuderski
llvmlistbot at llvm.org
Thu Jul 17 07:45:29 PDT 2025
================
@@ -0,0 +1,219 @@
+// RUN: mlir-opt --spirv-convert-to-replicated-const-composite --split-input-file --verify-diagnostics %s | FileCheck %s
----------------
kuhar wrote:
I don't see any error checks in this test, so we don't need this flag at this point
```suggestion
// RUN: mlir-opt --spirv-convert-to-replicated-const-composite --split-input-file %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/148910
More information about the Mlir-commits
mailing list