[all-commits] [llvm/llvm-project] fd5cda: [mlir][vector][NFC] Minor VectorTransferOpInterfac...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jul 14 06:46:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd5cda3393fb0285c47a05ed920e9dee24c70f21
https://github.com/llvm/llvm-project/commit/fd5cda3393fb0285c47a05ed920e9dee24c70f21
Author: Matthias Springer <me at m-sp.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M mlir/include/mlir/Interfaces/VectorInterfaces.td
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/lib/Dialect/Vector/Transforms/VectorTransferSplitRewritePatterns.cpp
Log Message:
-----------
[mlir][vector][NFC] Minor VectorTransferOpInterface cleanup
* Rename functions with underscore to camel case.
* Return C++ bools of "in_bounds" values instead of an `ArrayAttr`.
Differential Revision: https://reviews.llvm.org/D155277
More information about the All-commits
mailing list