[PATCH] D109157: [ARM] Mitigate the cve-2021-35465 security vulnurability.
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 8 06:42:52 PDT 2021
SjoerdMeijer added inline comments.
================
Comment at: llvm/test/CodeGen/ARM/cmse-cve-2021-35465-return.ll:6
+; RUN: FileCheck %s --check-prefix=CHECK-8M-FP-CVE-2021-35465
+
+%indirect = type { double, double, double, double, double, double, double, double }
----------------
As you're creating machine instructions, I think it is better to run this and the other test with `-verify-machineinstrs.`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109157/new/
https://reviews.llvm.org/D109157
More information about the llvm-commits
mailing list