[clang] [llvm] [RISCV] Add stack clash protection (PR #117612)

Raphael Moreira Zinsly via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 26 13:31:56 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
----------------
rzinsly wrote:

It was an oversight on my part, fixed now.

https://github.com/llvm/llvm-project/pull/117612


More information about the cfe-commits mailing list