[all-commits] [llvm/llvm-project] 8e39a5: Adopt Properties to store operations inherent Attr...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed May 10 16:16:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e39a539ae87d22926a40b6d699490806042b206
https://github.com/llvm/llvm-project/commit/8e39a539ae87d22926a40b6d699490806042b206
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the SCF dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148933
Commit: c85bcb4751b248bff18c9c866204c4cf54d3772d
https://github.com/llvm/llvm-project/commit/c85bcb4751b248bff18c9c866204c4cf54d3772d
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the Shape dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148934
Commit: 13681450728e4768b75a805e01818f368033f44c
https://github.com/llvm/llvm-project/commit/13681450728e4768b75a805e01818f368033f44c
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the SparseTensor dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148935
Commit: d78c515f5a7354cf9b55ddfd40f866b7ed151beb
https://github.com/llvm/llvm-project/commit/d78c515f5a7354cf9b55ddfd40f866b7ed151beb
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the SPIRV dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148936
Commit: 16a74c3595054aad0e72e175b6481b4196545f0a
https://github.com/llvm/llvm-project/commit/16a74c3595054aad0e72e175b6481b4196545f0a
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/Tensor/IR/TensorBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the Tensor dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148937
Compare: https://github.com/llvm/llvm-project/compare/5ac0c1af8215...16a74c359505
More information about the All-commits
mailing list