This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Update `incr` after resetting the register in MI
ClosedPublic

Authored by lkail on Apr 5 2023, 1:33 AM.

Details

Summary

After performing signed extension, we update the register in MI. We should also update incr register which is tracking the register in MI.

Fixes https://github.com/llvm/llvm-project/issues/61882.

Diff Detail

Event Timeline

lkail created this revision.Apr 5 2023, 1:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2023, 1:33 AM
lkail requested review of this revision.Apr 5 2023, 1:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2023, 1:33 AM
lkail edited the summary of this revision. (Show Details)Apr 5 2023, 1:36 AM
shchenz accepted this revision.Apr 11 2023, 2:24 AM

LGTM.

This revision is now accepted and ready to land.Apr 11 2023, 2:24 AM
This revision was landed with ongoing or failed builds.Apr 14 2023, 2:36 AM
This revision was automatically updated to reflect the committed changes.