This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Update dstNode after DenseMap insertion in loop fusion pass.
ClosedPublic

Authored by ayzhuang on May 3 2021, 4:06 PM.

Diff Detail

Event Timeline

ayzhuang created this revision.May 3 2021, 4:06 PM
ayzhuang requested review of this revision.May 3 2021, 4:06 PM
jbobba added a subscriber: jbobba.May 5 2021, 7:56 AM
ayzhuang retitled this revision from [mlir] Update dstNode after Densemap insertion in loop fusion pass. to [mlir] Update dstNode after DenseMap insertion in loop fusion pass..May 5 2021, 9:34 AM

Looks great, thanks for fixing this hard and non-trivial bug !

This revision is now accepted and ready to land.May 5 2021, 10:06 AM

@vinayaka-polymage Thank you for the review. We'll merge it tomorrow if there are no more comments.