[llvm] [AArch64] Fix a corner case with large stack allocation (PR #122038)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 12:28:42 PST 2025
================
@@ -0,0 +1,55 @@
+# RUN: llc -mtriple=aarch64 -run-pass=prologepilog %s -o - | FileCheck %s
+--- |
+ ; ModuleID = 'bug.c'
+ source_filename = "bug.c"
----------------
ssijaric-nv wrote:
Thank you, David. Updated the test, and will merge the change.
https://github.com/llvm/llvm-project/pull/122038
More information about the llvm-commits
mailing list