[PATCH] D84414: [RISCV] Support Shadow Call Stack
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 12:44:31 PDT 2020
pcc added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/shadowcallstack.ll:12
+; RV32-NEXT: ret
+; RV32-NOT: x18
+;
----------------
Shouldn't it be looking for `s2` since that's how `x18` is spelled in assembly?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84414/new/
https://reviews.llvm.org/D84414
More information about the llvm-commits
mailing list