[all-commits] [llvm/llvm-project] ffaaa9: [ARM] Reset speculation-hardening-sls.ll test checks.
David Green via All-commits
all-commits at lists.llvm.org
Tue Oct 5 02:51:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffaaa9b05c594d774852ecdb0ec681e3c1dfdb98
https://github.com/llvm/llvm-project/commit/ffaaa9b05c594d774852ecdb0ec681e3c1dfdb98
Author: David Green <david.green at arm.com>
Date: 2021-10-05 (Tue, 05 Oct 2021)
Changed paths:
M llvm/test/CodeGen/ARM/speculation-hardening-sls.ll
Log Message:
-----------
[ARM] Reset speculation-hardening-sls.ll test checks.
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$}}
Differential Revision: https://reviews.llvm.org/D111074
More information about the All-commits
mailing list