[Mlir-commits] [mlir] [mlir][vector] Update document for `vector.splat`(NFC) (PR #112363)
Longsheng Mou
llvmlistbot at llvm.org
Tue Oct 15 08:27:51 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
----------------
CoTinker wrote:
Done
https://github.com/llvm/llvm-project/pull/112363
More information about the Mlir-commits
mailing list