This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Fix infinite loop in reassociationCanBreakAddressingModePattern
ClosedPublic

Authored by paquette on Jul 15 2021, 9:58 AM.

Details

Summary

It didn't update the opcode while walking through G_INTTOPTR/G_PTRTOINT.

Diff Detail

Event Timeline

paquette created this revision.Jul 15 2021, 9:58 AM
paquette requested review of this revision.Jul 15 2021, 9:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2021, 9:58 AM
aemerson accepted this revision.Jul 15 2021, 10:04 AM

LGTM, thanks.

This revision is now accepted and ready to land.Jul 15 2021, 10:04 AM
This revision was landed with ongoing or failed builds.Jul 15 2021, 10:19 AM
This revision was automatically updated to reflect the committed changes.