[PATCH] D111074: [ARM] Reset speculation-hardening-sls.ll test checks.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 4 09:49:08 PDT 2021


dmgreen created this revision.
dmgreen added a reviewer: kristof.beyls.
dmgreen requested review of this revision.
Herald added a project: LLVM.

The commit e497b12a69604b6d691312a30f6b86da4f18f7f8 <https://reviews.llvm.org/rGe497b12a69604b6d691312a30f6b86da4f18f7f8> 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$}}`


https://reviews.llvm.org/D111074

Files:
  llvm/test/CodeGen/ARM/speculation-hardening-sls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111074.376923.patch
Type: text/x-patch
Size: 25363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211004/cea55806/attachment.bin>


More information about the llvm-commits mailing list