[Mlir-commits] [mlir] [mlir][spirv] Add basic support for SPV_EXT_replicated_composites (PR #147067)
Igor Wodiany
llvmlistbot at llvm.org
Mon Jul 7 05:38:54 PDT 2025
================
@@ -1109,6 +1109,46 @@ uint32_t Serializer::prepareConstantFp(Location loc, FloatAttr floatAttr,
return resultID;
}
+uint32_t Serializer::prepareConstantCompositeReplicate(
+ spirv::EXTConstantCompositeReplicateOp op) {
+ if (auto id = getValueID(op.getResult())) {
----------------
IgWod-IMG wrote:
Please spell out the type.
https://github.com/llvm/llvm-project/pull/147067
More information about the Mlir-commits
mailing list