[all-commits] [llvm/llvm-project] 4f9adb: [mlir][vector] Relax operand type restrictions for...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Jun 25 01:45:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f9adb6889419a556ae972119c23c842e7bf4092
https://github.com/llvm/llvm-project/commit/4f9adb6889419a556ae972119c23c842e7bf4092
Author: Matthias Springer <me at m-sp.org>
Date: 2025-06-25 (Wed, 25 Jun 2025)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/test/Dialect/Vector/invalid.mlir
M mlir/test/Dialect/Vector/ops.mlir
Log Message:
-----------
[mlir][vector] Relax operand type restrictions for `vector.splat` (#145517)
The vector type allows element types that implement the
`VectorElementTypeInterface`. `vector.splat` should allow any element
type that is supported by the vector type.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list