This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Fix GIM_CheckIsSameOperandIgnoreCopies
ClosedPublic

Authored by Pierre-vh on Jul 24 2023, 6:18 AM.

Details

Summary

If the MI had more than one def it incorrectly returrned true.

Diff Detail

Event Timeline

Pierre-vh created this revision.Jul 24 2023, 6:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2023, 6:18 AM
Pierre-vh requested review of this revision.Jul 24 2023, 6:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2023, 6:18 AM
arsenm accepted this revision.Jul 24 2023, 6:24 AM

Test would be nice

This revision is now accepted and ready to land.Jul 24 2023, 6:24 AM

Test would be nice

We don't have one for this I think, I only caught it while working on MIR patterns

This revision was landed with ongoing or failed builds.Jul 24 2023, 6:27 AM
This revision was automatically updated to reflect the committed changes.