[all-commits] [llvm/llvm-project] 568845: [mlir] Add a ValueSemantics trait. (#99493)
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Sun Jul 21 14:08:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 568845ae50650420532f4e2c6b22f5b302fcec38
https://github.com/llvm/llvm-project/commit/568845ae50650420532f4e2c6b22f5b302fcec38
Author: Alexander Belyaev <32522095+pifon2a at users.noreply.github.com>
Date: 2024-07-21 (Sun, 21 Jul 2024)
Changed paths:
M mlir/include/mlir/IR/BuiltinTypes.h
M mlir/include/mlir/IR/BuiltinTypes.td
M mlir/include/mlir/IR/CommonTypeConstraints.td
Log Message:
-----------
[mlir] Add a ValueSemantics trait. (#99493)
We need to distinguish ShapedTypes with and without value semantics.
This is needed for downstream users to define their custom vector and
tensor
types that can work with the arith/math dialect.
RFC https://discourse.llvm.org/t/rfc-mlir-types-with-encoding/80189
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