[Mlir-commits] [mlir] [mlir][spirv] Add basic support for SPV_EXT_replicated_composites (PR #147067)
Igor Wodiany
llvmlistbot at llvm.org
Thu Jul 10 05:13:00 PDT 2025
================
@@ -278,3 +278,16 @@ func.func @set_mesh_outputs(%0 : i32, %1 : i32) -> () {
spirv.EXT.SetMeshOutputs %0, %1 : i32, i32
spirv.Return
}
+
+//===----------------------------------------------------------------------===//
+// Replicated Composite Constant op
+//===----------------------------------------------------------------------===//
+// CHECK-LABEL: constant_composite_replicate
----------------
IgWod-IMG wrote:
nit: Could you please add an empty line above `CHECK-LABEL` for consistency.
https://github.com/llvm/llvm-project/pull/147067
More information about the Mlir-commits
mailing list