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

Refactor stage var function #6099

Merged
merged 6 commits into from
Dec 8, 2023
Merged

Conversation

s-perron
Copy link
Collaborator

@s-perron s-perron commented Dec 7, 2023

The next step in the refactoring is to reduce the number of variables
passed to various functions. This should make the logic easier to
follow. This is done by grouping variables into a struct, and we pass
the struct along.

The next step in the refactoring is to reduce the number of variables
passed to various functions. This should make the logic easier to
follow. This is done by grouping variables into a struct, and we pass
the struct along.
Copy link
Collaborator

@cassiebeckley cassiebeckley left a comment

Choose a reason for hiding this comment

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

A couple typos, but otherwise LGTM

tools/clang/lib/SPIRV/DeclResultIdMapper.h Outdated Show resolved Hide resolved
tools/clang/lib/SPIRV/DeclResultIdMapper.h Outdated Show resolved Hide resolved
tools/clang/lib/SPIRV/DeclResultIdMapper.h Outdated Show resolved Hide resolved
tools/clang/lib/SPIRV/DeclResultIdMapper.h Outdated Show resolved Hide resolved
tools/clang/lib/SPIRV/DeclResultIdMapper.h Outdated Show resolved Hide resolved
s-perron and others added 5 commits December 8, 2023 12:34
Co-authored-by: Cassandra Beckley <cbeckley@google.com>
Co-authored-by: Cassandra Beckley <cbeckley@google.com>
Co-authored-by: Cassandra Beckley <cbeckley@google.com>
Co-authored-by: Cassandra Beckley <cbeckley@google.com>
Co-authored-by: Cassandra Beckley <cbeckley@google.com>
@s-perron s-perron enabled auto-merge (squash) December 8, 2023 17:35
@s-perron s-perron merged commit ad3958c into microsoft:main Dec 8, 2023
10 checks passed
@s-perron s-perron deleted the createStageVars branch September 17, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants