This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Don't combine instructions which are fed by memory instructions using different size
ClosedPublic

Authored by agostonrobert on Feb 2 2022, 8:50 AM.

Details

Summary

Memory instructions like extending loads from the same address are not equal if
their size is not equal.

This fixes https://github.com/llvm/llvm-project/issues/53524.

Diff Detail

Event Timeline

agostonrobert created this revision.Feb 2 2022, 8:50 AM
agostonrobert requested review of this revision.Feb 2 2022, 8:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2022, 8:50 AM
This revision is now accepted and ready to land.Feb 2 2022, 10:27 AM

LGTM

Thank you for reviewing!
Could you please also commit this for me? I have no commit access yet.

This revision was landed with ongoing or failed builds.Feb 4 2022, 3:01 PM
This revision was automatically updated to reflect the committed changes.