[Mlir-commits] [mlir] [mlir][vector] Allow signless integer element types in `vector.step` (PR #205142)
Victor Perez
llvmlistbot at llvm.org
Fri Jun 26 10:52:59 PDT 2026
victor-eds wrote:
> That said, I would immediately document it as "deprecated"
I'm actually happy to drop it in a followup. I would like to keep this PR not to heavy if possible.
> How will you decide the correct bit-wdith?
User decides depending on the target. I use 64 for now for bwd compatibility.
https://github.com/llvm/llvm-project/pull/205142
More information about the Mlir-commits
mailing list