This is an archive of the discontinued LLVM Phabricator instance.

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 Timeline

tpopp created this revision.Nov 19 2020, 5:29 AM
tpopp requested review of this revision.Nov 19 2020, 5:29 AM
rriddle accepted this revision.Nov 19 2020, 10:01 AM
rriddle added inline comments.
mlir/test/lib/Dialect/Test/TestPatterns.cpp
212

nit: Add braces around the if here.

This revision is now accepted and ready to land.Nov 19 2020, 10:01 AM