This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SME] Don't use OBSCURE_COPY to avoid rematerialization.
ClosedPublic

Authored by sdesmalen on Aug 30 2023, 6:16 AM.

Details

Summary

This is intended to be a non-functional change. This patch removes
OBSCURE_COPY in favour of using forceDisableTriviallyReMaterializable.

Diff Detail

Event Timeline

sdesmalen created this revision.Aug 30 2023, 6:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 30 2023, 6:16 AM
sdesmalen requested review of this revision.Aug 30 2023, 6:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 30 2023, 6:16 AM
sdesmalen updated this revision to Diff 555026.Aug 31 2023, 6:44 AM

Rebased patch.

paulwalker-arm accepted this revision.Aug 31 2023, 8:28 AM
This revision is now accepted and ready to land.Aug 31 2023, 8:28 AM
This revision was landed with ongoing or failed builds.Sep 1 2023, 6:37 AM
This revision was automatically updated to reflect the committed changes.