[Mlir-commits] [mlir] [mlir][vector] Allow integer indices in vector.extract/insert ops (PR #115808)

Matthias Springer llvmlistbot at llvm.org
Thu Jan 9 01:27:03 PST 2025


================
@@ -96,8 +96,10 @@ class OpWithOffsetSizesAndStridesConstantArgumentFolder final
 /// in `integers` is `kDynamic` or (2) the next value otherwise. If `valueTypes`
----------------
matthias-springer wrote:

Why does this function have `valueTypes` parameter? The type can be taken from the SSA values in `values`. Is it possible to remove `valueTypes`? I think a bool `printTypes` should be sufficient.

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


More information about the Mlir-commits mailing list