This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ] Bugfix for symbolic displacments.
ClosedPublic

Authored by jonpa on May 19 2022, 8:35 AM.

Details

Summary

Properly handle the case where only the second operand of e.g. an MVC instruction uses a fixup for the displacement.

ouch... This was my bad - going back to your original idea from Nov 12 last year (https://reviews.llvm.org/D113341).

Diff Detail

Event Timeline

jonpa created this revision.May 19 2022, 8:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2022, 8:35 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
jonpa requested review of this revision.May 19 2022, 8:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2022, 8:35 AM
uweigand accepted this revision.May 22 2022, 7:22 AM

LGTM, thanks!

This revision is now accepted and ready to land.May 22 2022, 7:22 AM
This revision was landed with ongoing or failed builds.May 22 2022, 8:42 AM
This revision was automatically updated to reflect the committed changes.