This patch extends the PureControlFlowDetectionModel to consider
detensoring br and cond_br operands.
See: https://github.com/google/iree/issues/1159#issuecomment-884322687,
for a disccusion on the need for such extension.
Paths
| Differential D107358
[MLIR][Linalg] Extend detensoring control flow model. ClosedPublic Authored by ergawy on Aug 3 2021, 8:20 AM.
Details Summary This patch extends the PureControlFlowDetectionModel to consider See: https://github.com/google/iree/issues/1159#issuecomment-884322687,
Diff Detail
Event TimelineHerald added subscribers: wrengr, Chia-hungDuan, dcaballe and 19 others. · View Herald TranscriptAug 3 2021, 8:20 AM This revision is now accepted and ready to land.Aug 3 2021, 8:55 AM Closed by commit rGf984a805f3f9: [MLIR][Linalg] Extend detensoring control flow model. (authored by ergawy). · Explain WhyAug 3 2021, 9:10 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 363769 mlir/lib/Dialect/Linalg/Transforms/Detensorize.cpp
mlir/test/Dialect/Linalg/detensorize_br_operands.mlir
|