[PATCH] D143915: [llvm][AArch64] Fix an interaction of SLS and BTI after a returns twice call

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 07:37:27 PST 2023


DavidSpickett added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/setjmp-bti.ll:4
 ; RUN: llc -mtriple=aarch64-none-linux-gnu -fast-isel < %s | FileCheck %s --check-prefix=BTI
+; RUN: llc -mtriple=aarch64-none-linux-gnu -global-isel -mattr=+harden-sls-blr< %s | FileCheck %s --check-prefix=BTISLS
+; RUN: llc -mtriple=aarch64-none-linux-gnu -fast-isel   -mattr=+harden-sls-blr< %s | FileCheck %s --check-prefix=BTISLS
----------------
And now I see I forgot a SelectionDAG test for this one.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143915/new/

https://reviews.llvm.org/D143915



More information about the llvm-commits mailing list