[Mlir-commits] [mlir] [mlir][spirv] Add basic support for SPV_EXT_replicated_composites (PR #147067)

Mohammadreza Ameri Mahabadian llvmlistbot at llvm.org
Fri Jul 11 03:55:37 PDT 2025


================
@@ -765,6 +765,52 @@ void mlir::spirv::AddressOfOp::getAsmResultNames(
   setNameFn(getResult(), specialName.str());
 }
 
+//===----------------------------------------------------------------------===//
+// spirv.EXTConstantCompositeReplicate
+//===----------------------------------------------------------------------===//
+
+ParseResult
+spirv::EXTConstantCompositeReplicateOp::parse(OpAsmParser &parser,
----------------
mahabadm wrote:

As discussed elsewhere, I have now added the assembly format and removed the manual parser/printer.

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


More information about the Mlir-commits mailing list