[all-commits] [llvm/llvm-project] 22bf69: [mlir][Shape][NFC] Migrate shape dialect to the ne...
zero9178 via All-commits
all-commits at lists.llvm.org
Thu Jan 12 00:52:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22bf69351108789d267cacb8e0761f1d0dd63682
https://github.com/llvm/llvm-project/commit/22bf69351108789d267cacb8e0761f1d0dd63682
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeBase.td
M mlir/lib/Dialect/Shape/IR/Shape.cpp
Log Message:
-----------
[mlir][Shape][NFC] Migrate shape dialect to the new fold API
See https://discourse.llvm.org/t/psa-new-improved-fold-method-signature-has-landed-please-update-your-downstream-projects/67618 for context
Changes are mostly mechanical in nature. The code nevertheless became more expressive in a lot of places thanks to the use of the new getters!
Differential Revision: https://reviews.llvm.org/D141501
Commit: 436ce713e34b6e3b20b800b1db5e651dc9cea14e
https://github.com/llvm/llvm-project/commit/436ce713e34b6e3b20b800b1db5e651dc9cea14e
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
Log Message:
-----------
[mlir][Vector][NFC] Migrate Vector dialect to the new fold API
See https://discourse.llvm.org/t/psa-new-improved-fold-method-signature-has-landed-please-update-your-downstream-projects/67618 for context
Differential Revision: https://reviews.llvm.org/D141526
Commit: 62084b5f37c84d12a15a0a5ebfe41c96d2090b6a
https://github.com/llvm/llvm-project/commit/62084b5f37c84d12a15a0a5ebfe41c96d2090b6a
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td
M mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp
Log Message:
-----------
[mlir][Tosa][NFC] Migrate Tosa dialect to the new fold API
See https://discourse.llvm.org/t/psa-new-improved-fold-method-signature-has-landed-please-update-your-downstream-projects/67618 for context
Differential Revision: https://reviews.llvm.org/D141527
Compare: https://github.com/llvm/llvm-project/compare/706881825b24...62084b5f37c8
More information about the All-commits
mailing list