Remove use of iterator::difference_type to know where to insert a
moved or erased block during undo actions.
Depends On D84795
Paths
| Differential D85066
[mlir][DialectConversion] Remove usage of std::distance to track position. ClosedPublic Authored by mravishankar on Jul 31 2020, 10:33 PM.
Details Summary Remove use of iterator::difference_type to know where to insert a Depends On D84795
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptJul 31 2020, 10:33 PM This revision is now accepted and ready to land.Jul 31 2020, 10:37 PM mravishankar marked 2 inline comments as done. Comment ActionsAddressing comments
This revision was landed with ongoing or failed builds.Aug 3 2020, 10:06 AM Closed by commit rG32f3a9a9d68e: [mlir][DialectConversion] Remove usage of std::distance to track position. (authored by mravishankar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 282669 mlir/lib/Transforms/DialectConversion.cpp
|
nit: Can you assign insertAfterBlock to a temporary variable? Would likely help the formatting here.