[all-commits] [llvm/llvm-project] 47a91a: Adopt Properties to store operations inherent Attr...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue May 9 06:59:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47a91a3d6b6a252519c616757419f199e795da09
https://github.com/llvm/llvm-project/commit/47a91a3d6b6a252519c616757419f199e795da09
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-09 (Tue, 09 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the Bufferization dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148884
Commit: bb5cca24494636b63cfff9065c094d7396c2bef1
https://github.com/llvm/llvm-project/commit/bb5cca24494636b63cfff9065c094d7396c2bef1
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-09 (Tue, 09 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/Complex/IR/ComplexBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the Complex dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148885
Commit: 8e6581c5e2a76fbd07c4ee86fafdbdf89315c774
https://github.com/llvm/llvm-project/commit/8e6581c5e2a76fbd07c4ee86fafdbdf89315c774
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-09 (Tue, 09 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/ControlFlow/IR/ControlFlowOps.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the ControlFlow dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148886
Commit: ff1516ae3025185ce681e89a88e8fbbe693339b6
https://github.com/llvm/llvm-project/commit/ff1516ae3025185ce681e89a88e8fbbe693339b6
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-09 (Tue, 09 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/DLTI/DLTIBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the DLTI dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148887
Commit: 3e10d8f02cb74b580191c662b5f26f47a1d6864f
https://github.com/llvm/llvm-project/commit/3e10d8f02cb74b580191c662b5f26f47a1d6864f
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-09 (Tue, 09 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/EmitC/IR/EmitCBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the EmitC dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148888
Commit: bdac67a9ae96e4617598865ff1c91671805be24f
https://github.com/llvm/llvm-project/commit/bdac67a9ae96e4617598865ff1c91671805be24f
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-09 (Tue, 09 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/GPU/IR/GPUBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the GPU dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148889
Compare: https://github.com/llvm/llvm-project/compare/843f496b71ae...bdac67a9ae96
More information about the All-commits
mailing list