A relevant test is also added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D82959
[mlir][Linalg] Add an option to use Alloca instead of malloc/free pairs. ClosedPublic Authored by nicolasvasilache on Jul 1 2020, 6:40 AM.
Details Summary A relevant test is also added.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 1 2020, 6:42 AM Closed by commit rG7d9518c8000b: [mlir][Linalg] Add an option to use Alloca instead of malloc/free pairs. (authored by nicolasvasilache). · Explain WhyJul 1 2020, 7:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 274794 mlir/include/mlir/Dialect/Linalg/Passes.h
mlir/include/mlir/Dialect/Linalg/Passes.td
mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
mlir/test/Dialect/Linalg/promote.mlir
|