This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add implicit uses to speculative hardening MIR test
ClosedPublic

Authored by foad on May 15 2023, 5:24 AM.

Details

Summary

A couple of tests were setting liveins to add fake live registers, but
that only works if you track liveness forwards. Add some implicit uses
too, so that it also works if you track liveness backwards.

Diff Detail

Event Timeline

foad created this revision.May 15 2023, 5:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 5:24 AM
foad requested review of this revision.May 15 2023, 5:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 5:24 AM
foad accepted this revision.May 23 2023, 1:30 AM

Self-approving.

This revision is now accepted and ready to land.May 23 2023, 1:30 AM
This revision was landed with ongoing or failed builds.May 23 2023, 1:32 AM
This revision was automatically updated to reflect the committed changes.