[PATCH] D146463: [CodeGen][RISCV] Change Shadow Call Stack Register to S11
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 21:23:30 PDT 2023
paulkirth added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/shadowcallstack.ll:184
+
+; RUN: llc -mtriple=riscv32 -mattr=+reserve-x27 < %s | FileCheck %s -check-prefix=RV32I
+; RUN: llc -mtriple=riscv64 -mattr=+reserve-x27 < %s | FileCheck %s -check-prefix=RV64I
----------------
craig.topper wrote:
> Can we split this to a separate file? It doesn't look like it was generated by update_llc_test_checks.py and we don't want these checks on the test cases above.
Good point. This was taken directly from what looked to be the only relevant case in `saverestore.ll`. Tomorrow I will split this off into a standalone file. Do you know if there would be other relevant cases to consider from the save/restore tests?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146463/new/
https://reviews.llvm.org/D146463
More information about the llvm-commits
mailing list