-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-Wframe-larger-than in display/dc/dml/dcn20/display_rq_dlg_calc_20.c #694
Comments
Still reproducible with Linux @ https://git.kernel.org/linus/16fc44d6387e260f4932e9248b985837324705d8 and LLVM @ llvm/llvm-project@1c10201.
Running the object file through
|
6f6cb17 needs to be reverted to reproduce this now, but I observe the issue still in clang-18 (after llvm/llvm-project@e698695).
adding
it's neat to observe some spill slots being re-used by different variables (IIUC). What's less cool is that a few variable slots have no info what's in them. |
Very strange, looking at the optimized IR, I only see 6 allocas in
Something seems very wrong for that to blow up into so many stack slots... |
duplicating this to #39. Once the two issues identified by #39 (comment) are fixed in clang, we can reopen this if necessary. |
Building kernel 5.3.1 with LLVM/clang-9.0.0 on i686
The text was updated successfully, but these errors were encountered: