Previously the first block might end up at the end of the region on rollback.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D91788
Fix rollback of first block in a region. ClosedPublic Authored by tpopp on Nov 19 2020, 5:29 AM.
Details
Summary Previously the first block might end up at the end of the region on rollback.
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptNov 19 2020, 5:29 AM This revision is now accepted and ready to land.Nov 19 2020, 10:01 AM Closed by commit rGb0750e2df6e4: Fix rollback of first block erasure in a region. (authored by Tres Popp <tpopp@google.com>). · Explain WhyNov 19 2020, 12:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 306505 mlir/lib/Transforms/Utils/DialectConversion.cpp
mlir/test/Transforms/test-legalizer-full.mlir
mlir/test/lib/Dialect/Test/TestPatterns.cpp
|
nit: Add braces around the if here.