Skip to content

Add regression test for LLVM bug with huge stack frames#155897

Open
wesleywiser wants to merge 1 commit intorust-lang:mainfrom
wesleywiser:test_83060
Open

Add regression test for LLVM bug with huge stack frames#155897
wesleywiser wants to merge 1 commit intorust-lang:mainfrom
wesleywiser:test_83060

Conversation

@wesleywiser
Copy link
Copy Markdown
Member

@wesleywiser wesleywiser commented Apr 28, 2026

Regression test for #83060

Closes #83060

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Apr 28, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Apr 28, 2026

r? @jieyouxu

rustbot has assigned @jieyouxu.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: compiler
  • compiler expanded to 73 candidates
  • Random selection from 19 candidates

Copy link
Copy Markdown
Member

@jieyouxu jieyouxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented Apr 28, 2026

📌 Commit 88922e3 has been approved by jieyouxu

It is now in the queue for this repository.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 28, 2026
jhpratt added a commit to jhpratt/rust that referenced this pull request Apr 28, 2026
Add regression test for LLVM bug with huge stack frames

Regression test for rust-lang#83060

Closes rust-lang#83060
rust-bors Bot pushed a commit that referenced this pull request Apr 28, 2026
Rollup of 3 pull requests

Successful merges:

 - #155894 (triagebot: add myself to libs rotation)
 - #155897 (Add regression test for LLVM bug with huge stack frames)
 - #155900 (Refer to `FnDef` as "function item", not "function pointer")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regressions with large (2-4GB) stack arrays on large stacks

3 participants