[all-commits] [llvm/llvm-project] 75b0c9: [mlir][nfc] Update comments
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Mon Jan 22 06:26:37 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75b0c913a5fa3895818a7c7a066c0a8e1a214329
https://github.com/llvm/llvm-project/commit/75b0c913a5fa3895818a7c7a066c0a8e1a214329
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
Log Message:
-----------
[mlir][nfc] Update comments
1. Updates and clarifies a few comments related to hooks for
vector.{insert|extract}_strided_slice.
2. For consistency with vector.insert_strided_slice, removes a TODO from
vector.extract_strided_slice Op def. It's self-explenatory that
adding support for non-unit strides is a "TODO".
More information about the All-commits
mailing list