[all-commits] [llvm/llvm-project] 697511: [mlir] Implement inferResultRanges for vector.tran...
Max191 via All-commits
all-commits at lists.llvm.org
Thu Jul 31 09:33:11 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69751196a99646eb692da74522b72f0cc3d33b01
https://github.com/llvm/llvm-project/commit/69751196a99646eb692da74522b72f0cc3d33b01
Author: Max191 <44243577+Max191 at users.noreply.github.com>
Date: 2025-07-31 (Thu, 31 Jul 2025)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/int-range-interface.mlir
Log Message:
-----------
[mlir] Implement inferResultRanges for vector.transpose (#151537)
Implements the `inferResultRanges` method from the
`InferIntRangeInterface` interface for `vector.transpose`. The result
ranges simply match the source ranges.
Signed-off-by: Max Dawkins <max.dawkins at gmail.com>
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