[llvm] [X86] Fix RegAlloc issue by implementing TRI::getCustomEHPadPreservedMask (PR #135518)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 13 08:50:32 PDT 2025


================
@@ -0,0 +1,76 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=x86_64 -exception-model=sjlj -o - %s | FileCheck %s
+
+declare dso_local i32 @__gxx_personality_sj0(...)
+declare dso_local preserve_allcc void @foo(ptr)
----------------
s-barannikov wrote:

It doesn't, removed, thanks

https://github.com/llvm/llvm-project/pull/135518


More information about the llvm-commits mailing list