[all-commits] [llvm/llvm-project] dc74d2: [MLIR][NFC] Retire `let constructor` for Shape and...
lorenzo chelini via All-commits
all-commits at lists.llvm.org
Wed Feb 26 23:25:24 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc74d2f8316eca1c2c07b36ca5998e9b15b5d03b
https://github.com/llvm/llvm-project/commit/dc74d2f8316eca1c2c07b36ca5998e9b15b5d03b
Author: lorenzo chelini <l.chelini at icloud.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M mlir/include/mlir/Dialect/MLProgram/Transforms/Passes.h
M mlir/include/mlir/Dialect/MLProgram/Transforms/Passes.td
M mlir/include/mlir/Dialect/Shape/Transforms/Passes.h
M mlir/include/mlir/Dialect/Shape/Transforms/Passes.td
M mlir/lib/Dialect/MLProgram/Transforms/PipelineGlobalOps.cpp
M mlir/lib/Dialect/Shape/Transforms/OutlineShapeComputation.cpp
M mlir/lib/Dialect/Shape/Transforms/RemoveShapeConstraints.cpp
M mlir/lib/Dialect/Shape/Transforms/ShapeToShapeLowering.cpp
Log Message:
-----------
[MLIR][NFC] Retire `let constructor` for Shape and MLProgram (#128869)
`let constructor` is legacy (do not use in tree!) since the table gen
backend emits most of the glue logic to build a pass. This PR retires
the td method for Shape and MLProgram
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list