[llvm] Fix stack layout for frames larger than 2gb (PR #84114)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 11:06:26 PST 2024


================
@@ -0,0 +1,22 @@
+; RUN: llc -O0 -mtriple=x86_64 < %s | FileCheck %s --check-prefix=CHECK
----------------
MaskRay wrote:

consider auto-generating the test using update_llc_test_checks 

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


More information about the llvm-commits mailing list