Skip to content
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

[compiler] Fix issue with macro arguments being outlined #30587

Merged
merged 2 commits into from
Aug 2, 2024

Conversation

mvitousek
Copy link
Contributor

@mvitousek mvitousek commented Aug 2, 2024

Stack from ghstack (oldest at bottom):

Summary:
Fixes issue documented by #30435. We change the pipeline order so that outlining comes after tracking macro operands, and any function that is referenced in a macro will now not be outlined.

Summary:
Fixes issue documented by #30435. We change the pipeline order so that outlining comes after tracking macro operands, and any function that is referenced in a macro will now not be outlined.

[ghstack-poisoned]
Copy link

vercel bot commented Aug 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-compiler-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 2, 2024 9:57pm

mvitousek added a commit that referenced this pull request Aug 2, 2024
Summary:
Fixes issue documented by #30435. We change the pipeline order so that outlining comes after tracking macro operands, and any function that is referenced in a macro will now not be outlined.

ghstack-source-id: 3a9757013875c0c48a7e0331ead83edeaf8ec9d9
Pull Request resolved: #30587
Summary:
Fixes issue documented by #30435. We change the pipeline order so that outlining comes after tracking macro operands, and any function that is referenced in a macro will now not be outlined.

[ghstack-poisoned]
@mvitousek mvitousek merged commit 9f61c18 into gh/mvitousek/22/base Aug 2, 2024
17 of 19 checks passed
mvitousek added a commit that referenced this pull request Aug 2, 2024
Summary:
Fixes issue documented by #30435. We change the pipeline order so that outlining comes after tracking macro operands, and any function that is referenced in a macro will now not be outlined.

ghstack-source-id: f731ad65c8b84db3fc5f3a2ff3a6986112765963
Pull Request resolved: #30587
@mvitousek mvitousek deleted the gh/mvitousek/22/head branch August 2, 2024 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants