[Mlir-commits] [mlir] [mlir][vector] Allow signless integer element types in `vector.step` (PR #205142)

Andrzej WarzyƄski llvmlistbot at llvm.org
Wed Jun 24 07:16:00 PDT 2026


================
@@ -3019,27 +3019,38 @@ def Vector_ScanOp :
 // VectorStepOp
 //===----------------------------------------------------------------------===//
 
+// Allowed element type for `vector.step`: `index`, or a signless integer of at
+// least 8 bits.
----------------
banach-space wrote:

In MLIR we don't really document Ops like this. Please use `let description` field instead.

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


More information about the Mlir-commits mailing list