Skip to content

autodiff: stop always needing an alloca#157181

Open
scottmcm wants to merge 1 commit into
rust-lang:mainfrom
scottmcm:no-autodiff-alloca
Open

autodiff: stop always needing an alloca#157181
scottmcm wants to merge 1 commit into
rust-lang:mainfrom
scottmcm:no-autodiff-alloca

Conversation

@scottmcm
Copy link
Copy Markdown
Member

There will still be one for things that aren't just scalars or scalar pairs.

r? @ZuseZ4
cc #153250 (the tracking issue for removing intrinsic allocas)

There will still be one for things that aren't just scalars or scalar pairs.
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented May 31, 2026

Some changes occurred in compiler/rustc_codegen_llvm/src/builder/autodiff.rs

cc @ZuseZ4

@rustbot rustbot added A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-autodiff `#![feature(autodiff)]` 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 May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-autodiff `#![feature(autodiff)]` 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants