[all-commits] [llvm/llvm-project] 23b952: Adopt Properties to store operations inherent Attr...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed May 10 06:54:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23b952304632fe542a3666d980a23f4e0920af45
https://github.com/llvm/llvm-project/commit/23b952304632fe542a3666d980a23f4e0920af45
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the OpenACC dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148896
Commit: 643f3775e54e740ada5e27e7eb1f5d5136ec8358
https://github.com/llvm/llvm-project/commit/643f3775e54e740ada5e27e7eb1f5d5136ec8358
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the OpenMP dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148897
Commit: 307d0cceb9de9d1e7c7e2e3300649e77e8fed142
https://github.com/llvm/llvm-project/commit/307d0cceb9de9d1e7c7e2e3300649e77e8fed142
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/PDL/IR/PDLDialect.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the PDL dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148898
Commit: d2b8c8eabc93512b9759e29a5484c18a706f4534
https://github.com/llvm/llvm-project/commit/d2b8c8eabc93512b9759e29a5484c18a706f4534
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/PDLInterp/IR/PDLInterpOps.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the PDLInterp dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148899
Commit: 890aa28f1c9a502ad012d83ad4d6ad60f75efccb
https://github.com/llvm/llvm-project/commit/890aa28f1c9a502ad012d83ad4d6ad60f75efccb
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/Quant/QuantOpsBase.td
Log Message:
-----------
Adopt Properties to store operations inherent Attributes in the Quant dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148900
Compare: https://github.com/llvm/llvm-project/compare/34b422bafbd9...890aa28f1c9a
More information about the All-commits
mailing list