-
Notifications
You must be signed in to change notification settings - Fork 933
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
spv-in parse more atomic ops #5824
Merged
jimblandy
merged 17 commits into
gfx-rs:trunk
from
schell:feature/spirv-front-atomics-3-more-ops
Sep 18, 2024
Merged
spv-in parse more atomic ops #5824
jimblandy
merged 17 commits into
gfx-rs:trunk
from
schell:feature/spirv-front-atomics-3-more-ops
Sep 18, 2024
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2132a2b - Browse repository at this point
Copy the full SHA 2132a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9558733 - Browse repository at this point
Copy the full SHA 9558733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82a3cab - Browse repository at this point
Copy the full SHA 82a3cabView commit details -
bookend atomic store statement with emmitter.finish/emitter.start to …
…suppress a double load expression bookend atomic result expressions with emitter.finish/start to prevent double defs
Configuration menu - View commit details
-
Copy full SHA for 0260fe4 - Browse repository at this point
Copy the full SHA 0260fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78fef24 - Browse repository at this point
Copy the full SHA 78fef24View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7d7c48 - Browse repository at this point
Copy the full SHA c7d7c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 144ca25 - Browse repository at this point
Copy the full SHA 144ca25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa11c9 - Browse repository at this point
Copy the full SHA 9aa11c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebeb3cc - Browse repository at this point
Copy the full SHA ebeb3ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3db2825 - Browse repository at this point
Copy the full SHA 3db2825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c83ac9 - Browse repository at this point
Copy the full SHA 6c83ac9View commit details -
Generate spans covering the entire instruction.
Granted, there is pre-existing code in the SPIR-V front end that gets this wrong, but: It doesn't make sense to read `self.data_offset`, and then immediately pass that to `self.span_from_with_op`. The point of that function is to make the span cover the entire instruction, operands included.
Configuration menu - View commit details
-
Copy full SHA for 41f0b63 - Browse repository at this point
Copy the full SHA 41f0b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01fc0d9 - Browse repository at this point
Copy the full SHA 01fc0d9View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1507ddd - Browse repository at this point
Copy the full SHA 1507dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d447db3 - Browse repository at this point
Copy the full SHA d447db3View commit details -
Merge remote-tracking branch 'schell/feature/spirv-front-atomics-3-mo…
…re-ops' into feature/spirv-front-atomics-3-more-ops
Configuration menu - View commit details
-
Copy full SHA for 939f366 - Browse repository at this point
Copy the full SHA 939f366View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb373ab - Browse repository at this point
Copy the full SHA fb373abView commit details
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.