[all-commits] [llvm/llvm-project] e84c91: [mlir] Use new VectorType wrappers CommonTypeConst...
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Wed Dec 4 12:38:58 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e84c918cb42f9f0d1f7fda44bfacdaae13723e64
https://github.com/llvm/llvm-project/commit/e84c918cb42f9f0d1f7fda44bfacdaae13723e64
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M mlir/include/mlir/IR/BuiltinTypes.h
M mlir/include/mlir/IR/CommonTypeConstraints.td
M mlir/include/mlir/IR/VectorTypes.h
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
Log Message:
-----------
[mlir] Use new VectorType wrappers CommonTypeConstraints.td (#118645)
As a follow-on for #87986, moves the VectorType convenience wrappers
(`FixedVectorType` and `ScalableVectorType`) to BuiltinTypes.h. This
allows us to use the new wrappers in "CommonTypeConstraints.td".
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