[clang] [llvm] [SystemZ] Add support for __builtin_setjmp and __builtin_longjmp (PR #116642)
Ulrich Weigand via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 28 04:58:29 PST 2024
================
@@ -0,0 +1,216 @@
+; Simulate register pressure around setjmp call for double precision
+; arguments and return sum of 20 vaiables. It also prints the variables.
----------------
uweigand wrote:
As this is not an executable test, I don't think the printf code-gen tests anything relevant. The above register pressure test should be sufficient.
https://github.com/llvm/llvm-project/pull/116642
More information about the cfe-commits
mailing list