[all-commits] [llvm/llvm-project] 788b9e: Adopt Properties to store operations inherent Attr...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue May 9 17:31:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 788b9e9b656b3917b3b914b7e8517c1843b8e9ec
https://github.com/llvm/llvm-project/commit/788b9e9b656b3917b3b914b7e8517c1843b8e9ec
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/Index/IR/IndexDialect.td
M mlir/include/mlir/Dialect/Index/IR/IndexOps.h
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the Index dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148890
Commit: feace14fb9741e00db49bb7f2d7fdb6bfc4360a4
https://github.com/llvm/llvm-project/commit/feace14fb9741e00db49bb7f2d7fdb6bfc4360a4
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/IRDL/IR/IRDL.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the IRDL dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148891
Commit: 2fe23ffdd38af84b6c24544f12f357adf39d846e
https://github.com/llvm/llvm-project/commit/2fe23ffdd38af84b6c24544f12f357adf39d846e
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/Math/IR/MathBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the Math dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148892
Commit: 3e0ab6a21a3cca729ca9fbf720704a0e96a8207a
https://github.com/llvm/llvm-project/commit/3e0ab6a21a3cca729ca9fbf720704a0e96a8207a
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/IR/MemRef.h
M mlir/include/mlir/Dialect/MemRef/IR/MemRefBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the Memref dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148893
Commit: 9bda58120f2706251192774267095f655e81526d
https://github.com/llvm/llvm-project/commit/9bda58120f2706251192774267095f655e81526d
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/MLProgram/IR/MLProgramBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the MLProgram dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148894
Commit: 5b758821fd982bb0ad8f9c3a347aea368345adbd
https://github.com/llvm/llvm-project/commit/5b758821fd982bb0ad8f9c3a347aea368345adbd
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/NVGPU/IR/NVGPU.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the NVGPU dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148895
Compare: https://github.com/llvm/llvm-project/compare/84deed2b7b63...5b758821fd98
More information about the All-commits
mailing list