Buffer hoisting moves allocs upwards although it has dependency within its
nested region. This patch fixes this issue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D98248
[mlir] Fix invalid hoisting of dependent allocs in buffer hoisting pass. ClosedPublic Authored by dfki-jugr on Mar 9 2021, 4:00 AM.
Details Summary Buffer hoisting moves allocs upwards although it has dependency within its
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 16 others. · View Herald TranscriptMar 9 2021, 4:00 AM This revision is now accepted and ready to land.Mar 9 2021, 7:49 AM Closed by commit rG2aef20298121: [mlir] Fix invalid hoisting of dependent allocs in buffer hoisting pass. (authored by dfki-jugr). · Explain WhyMar 11 2021, 2:48 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 329898 mlir/lib/Transforms/BufferOptimizations.cpp
mlir/test/Transforms/buffer-hoisting.mlir
|