This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Forward listeners when utilizing scf::IfOp::get*BodyBuilder.
ClosedPublic

Authored by tpopp on Oct 9 2020, 6:46 AM.

Details

Summary

Without this PatternRewriting infrastructure does not know of modifications and
cannot properly legalize nor rollback changes.

Diff Detail

Event Timeline

tpopp created this revision.Oct 9 2020, 6:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2020, 6:46 AM
tpopp requested review of this revision.Oct 9 2020, 6:46 AM
ftynse accepted this revision.Oct 9 2020, 8:51 AM

Thanks!

This revision is now accepted and ready to land.Oct 9 2020, 8:51 AM