Relands
- [MLIR] Support walks over regions and blocks (dbae3d50f114a8ec0a7c3211e3b1b9fb6ef22dbd)
- [MLIR] Use llvm::is_one_of in walk templates (56299b1e58bf3720dff2fe60163739ee1554a371)
Paths
| Differential D90753
[MLIR] Support walks over regions and blocks ClosedPublic Authored by frgossen on Nov 4 2020, 3:02 AM.
Details Summary Relands
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptNov 4 2020, 3:02 AM This revision is now accepted and ready to land.Nov 4 2020, 3:49 AM Closed by commit rG1664462d70cc: [MLIR] Support walks over regions and blocks (authored by frgossen). · Explain WhyNov 4 2020, 4:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 302815 mlir/include/mlir/Analysis/Liveness.h
mlir/include/mlir/IR/Block.h
mlir/include/mlir/IR/Operation.h
mlir/include/mlir/IR/Visitors.h
mlir/lib/Analysis/Liveness.cpp
mlir/lib/IR/Visitors.cpp
|