[llvm] [CodeGen] Generalize trap emission after SP check fail (PR #109744)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 04:59:45 PDT 2024
================
@@ -0,0 +1,34 @@
+; NOTE: Do not autogenerate, we'll lose the important NOT- check otherwise.
+;; Make sure we emit trap instructions after stack protector checks iff NoTrapAfterNoReturn is false.
----------------
duk-37 wrote:
Noted - I'll add some -NEXT checks too. I'd like to keep the -NOT check since it makes it explicit what we're testing for.
https://github.com/llvm/llvm-project/pull/109744
More information about the llvm-commits
mailing list