[clang] [llvm] [RISCV] Add stack clash protection (PR #117612)
Sam Elliott via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 25 14:35:29 PST 2024
================
@@ -0,0 +1,208 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv64 -mattr=+m,+v -O2 < %s \
+; RUN: | FileCheck %s -check-prefix=RV64I
----------------
lenary wrote:
Why is this only testing rv64?
https://github.com/llvm/llvm-project/pull/117612
More information about the cfe-commits
mailing list