Port #[rustc_autodiff] to the attribute parser infrastructure#152978
Open
JonathanBrouwer wants to merge 3 commits intorust-lang:mainfrom
Open
Port #[rustc_autodiff] to the attribute parser infrastructure#152978JonathanBrouwer wants to merge 3 commits intorust-lang:mainfrom
#[rustc_autodiff] to the attribute parser infrastructure#152978JonathanBrouwer wants to merge 3 commits intorust-lang:mainfrom
Conversation
#[rustc_autodiff]#[rustc_autodiff] to the attribute parsers
#[rustc_autodiff] to the attribute parsers#[rustc_autodiff] to the attribute parser infrastructure
9 tasks
396d187 to
8e307d4
Compare
Collaborator
|
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt Some changes occurred in compiler/rustc_passes/src/check_attr.rs Some changes occurred in compiler/rustc_ast/src/expand/autodiff_attrs.rs cc @ZuseZ4 Some changes occurred in compiler/rustc_hir/src/attrs Some changes occurred in compiler/rustc_codegen_llvm/src/builder/autodiff.rs cc @ZuseZ4 Some changes occurred in compiler/rustc_attr_parsing Some changes occurred in compiler/rustc_builtin_macros/src/autodiff.rs cc @ZuseZ4 |
8e307d4 to
dd1ac18
Compare
This comment has been minimized.
This comment has been minimized.
dd1ac18 to
ad7c8f0
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ad7c8f0 to
0742d33
Compare
Collaborator
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
Contributor
Author
|
@jdonszelmann Rebased :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For #131229
r? @jdonszelmann
cc @ZuseZ4
autodiff_forwardandautodiff_reversecan be ported in a seperate PR, but these are expanded in the AST and don't exist anymore in the HIR so this is a bit more of a challenge.