[PATCH] D121707: [llvm][AArch64] Insert "bti j" after call to setjmp

Daniel Kiss via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 21 02:14:22 PDT 2022


danielkiss accepted this revision.
danielkiss added a comment.
This revision is now accepted and ready to land.

Add to the commit message `Fixes #48888` to make the connection on github.

LGTM



================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.td:480-481
+                                 SDNPVariadic]>;
+
+
 def AArch64call_rvmarker: SDNode<"AArch64ISD::CALL_RVMARKER",
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121707



More information about the cfe-commits mailing list