[Mlir-commits] [mlir] [mlir][vector] Update document for `vector.splat`(NFC) (PR #112363)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Oct 15 08:08:52 PDT 2024


================
@@ -2807,8 +2807,8 @@ def Vector_SplatOp : Vector_Op<"splat", [
     Example:
 
     ```mlir
-    %s = arith.constant 10.1 : f32
-    %t = vector.splat %s : vector<8x16xi32>
+    %s = arith.constant 1.0 : f32
----------------
banach-space wrote:

[nit] This change is unrelated

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


More information about the Mlir-commits mailing list