[llvm] [X86] Update large-displacement.ll (PR #151860)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 3 04:01:44 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'
----------------
arsenm wrote:

Why is this emitting both an error and a warning 

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


More information about the llvm-commits mailing list