[llvm] [X86] Update large-displacement.ll (PR #151860)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 3 04:25:19 PDT 2025
================
@@ -44,6 +45,7 @@ entry:
; Same test as above but for an anonymous function.
define i32 @0() #0 {
; ERR-i686: error: <unknown>:0:0: 64-bit offset calculated but target is 32-bit
+; ERR-i686: warning: <unknown>:0:0: stack frame size (4294967324) exceeds limit (4294967295) in function '@0'
----------------
RKSimon wrote:
Please can you confirm that this works with builds with EXPENSIVE_CHECKS enabled and disabled
https://github.com/llvm/llvm-project/pull/151860
More information about the llvm-commits
mailing list