This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Reset speculation-hardening-sls.ll test checks.
ClosedPublic

Authored by dmgreen on Oct 4 2021, 9:49 AM.

Details

Summary

The commit e497b12a69604b6d691312a30f6b86da4f18f7f8 went and regenerated all the checks lines in the Arm speculation-hardening-sls.ll test in a way that removed most of the important checks. This just resets them back to how they were before, with the single character fix to change:
; NOHARDENARM: {{bxge lr$}}
to
; NOHARDENARM: {{bxgt lr$}}

Diff Detail

Event Timeline

dmgreen requested review of this revision.Oct 4 2021, 9:49 AM
dmgreen created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2021, 9:49 AM
kristof.beyls accepted this revision.Oct 5 2021, 1:44 AM

LGTM, thank you for fixing this!

This revision is now accepted and ready to land.Oct 5 2021, 1:44 AM
This revision was landed with ongoing or failed builds.Oct 5 2021, 2:51 AM
This revision was automatically updated to reflect the committed changes.