This has the additional advantage of supporting more types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D118348
[mlir][BufferOptimiization] Use datalayout instead of a flag to find index size ClosedPublic Authored by bkramer on Jan 27 2022, 4:11 AM.
Details Summary This has the additional advantage of supporting more types.
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 21 others. · View Herald TranscriptJan 27 2022, 4:11 AM This revision is now accepted and ready to land.Jan 27 2022, 4:22 AM This revision was landed with ongoing or failed builds.Jan 27 2022, 4:50 AM Closed by commit rGb70366c9c430: [mlir][BufferOptimization] Use datalayout instead of a flag to find index size (authored by bkramer). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 403600 mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.h
mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td
mlir/lib/Dialect/Bufferization/Transforms/BufferOptimizations.cpp
mlir/test/Transforms/promote-buffers-to-stack.mlir
|