[all-commits] [llvm/llvm-project] fcab0a: [mlir] Change CombiningKind in Vector dialect to E...
Oleg Shyshkov via All-commits
all-commits at lists.llvm.org
Wed Sep 7 04:41:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fcab0a04c5df3095efad6446592224348d1c235e
https://github.com/llvm/llvm-project/commit/fcab0a04c5df3095efad6446592224348d1c235e
Author: Oleg Shyshkov <shyshkov.oleg at gmail.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/CMakeLists.txt
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.h
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/invalid.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir] Change CombiningKind in Vector dialect to EnumAttr.
CombiningKind was implemented before EnumAttr, so it reimplements the same behaviour with the custom code. Except for a few places, EnumAttr is a drop-in replacement.
Reviewed By: nicolasvasilache, pifon2a
Differential Revision: https://reviews.llvm.org/D133343
More information about the All-commits
mailing list