Skip to content

[JuliaLowering] fix @nospecialize on unnamed arguments#60432

Merged
aviatesk merged 1 commit intomasterfrom
avi/JuliaLowering-44428
Dec 22, 2025
Merged

[JuliaLowering] fix @nospecialize on unnamed arguments#60432
aviatesk merged 1 commit intomasterfrom
avi/JuliaLowering-44428

Conversation

@aviatesk
Copy link
Copy Markdown
Member

Propagate is_nospecialize metadata for Placeholder arguments in desugaring and linear_ir generation.

Separated from #60416.

Propagate `is_nospecialize` metadata for Placeholder arguments in
desugaring and linear_ir generation.

Fixes #44428
@aviatesk aviatesk requested a review from mlechu December 19, 2025 18:27
Copy link
Copy Markdown
Member

@mlechu mlechu left a comment

Choose a reason for hiding this comment

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

Thanks!

@aviatesk aviatesk merged commit b7a217c into master Dec 22, 2025
7 of 9 checks passed
@aviatesk aviatesk deleted the avi/JuliaLowering-44428 branch December 22, 2025 18:47
aviatesk added a commit that referenced this pull request Jan 7, 2026
Consists of two commits.
The first commit is a fix to the scheme lowerer, ~~and the second is a
fix to JuliaLowering.jl.~~ The second one was split into #60432 .

Both commits include fixes for keyword arguments as well, but since
`@nospecialize` for keyword arguments doesn't seem to have been tested
well yet, and I think we probably first need to think about how to pass
`@nospecialize` to the keyword sorter function if we want to properly
support it, it might be fine to remove it.

Fixes #44428

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants