This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix DRR either local variable redefinition
ClosedPublic

Authored by logan on Aug 11 2023, 8:28 PM.

Details

Summary

Fix either local variable redefinition when both LHS and RHS get into emitOpMatch and then both LHS and RHS are not lifted into static matcher.

Diff Detail

Event Timeline

logan created this revision.Aug 11 2023, 8:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2023, 8:28 PM
logan requested review of this revision.Aug 11 2023, 8:28 PM
Chia-hungDuan accepted this revision.Aug 14 2023, 10:32 AM

Thanks for the fix!

This revision is now accepted and ready to land.Aug 14 2023, 10:32 AM
This revision was automatically updated to reflect the committed changes.