[all-commits] [llvm/llvm-project] 8b3665: [mlir][Interface] Factor out common IndexingMapOpI...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Jun 23 08:37:24 PDT 2025
Branch: refs/heads/users/nico/vector-structured-iface
Home: https://github.com/llvm/llvm-project
Commit: 8b3665b2620aa07fefb53288964404adc18806e3
https://github.com/llvm/llvm-project/commit/8b3665b2620aa07fefb53288964404adc18806e3
Author: Nicolas Vasilache <nico.vasilache at amd.com>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.h
M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/include/mlir/Interfaces/CMakeLists.txt
A mlir/include/mlir/Interfaces/IndexingMapOpInterface.h
A mlir/include/mlir/Interfaces/IndexingMapOpInterface.td
M mlir/lib/Dialect/Linalg/IR/CMakeLists.txt
M mlir/lib/Dialect/Linalg/IR/ValueBoundsOpInterfaceImpl.cpp
M mlir/lib/Interfaces/CMakeLists.txt
M mlir/lib/Interfaces/DestinationStyleOpInterface.cpp
A mlir/lib/Interfaces/IndexingMapOpInterface.cpp
Log Message:
-----------
[mlir][Interface] Factor out common IndexingMapOpInterface behavior in a new generic interface
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