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

Fold 64-bit int operations #5561

Merged
merged 6 commits into from
Feb 9, 2024
Merged

Fold 64-bit int operations #5561

merged 6 commits into from
Feb 9, 2024

Conversation

s-perron
Copy link
Collaborator

@s-perron s-perron commented Feb 6, 2024

Adds folding rules that will fold basic artimetic for signed and
unsigned integers of all sizes, including 64-bit.

Also folds OpSConvert and OpUConvert.

@s-perron s-perron changed the title i6188 Fold 64-bit int operations Feb 7, 2024
@s-perron s-perron marked this pull request as ready for review February 7, 2024 18:36
Adds folding rules that will fold basic artimetic for signed and
unsigned integers of all sizes, including 64-bit.

Also folds OpSConvert and OpUConvert.
source/opt/const_folding_rules.cpp Outdated Show resolved Hide resolved
source/opt/const_folding_rules.cpp Outdated Show resolved Hide resolved
source/opt/const_folding_rules.cpp Outdated Show resolved Hide resolved
source/opt/const_folding_rules.cpp Outdated Show resolved Hide resolved
source/opt/const_folding_rules.cpp Outdated Show resolved Hide resolved
source/opt/const_folding_rules.cpp Outdated Show resolved Hide resolved
source/opt/const_folding_rules.cpp Outdated Show resolved Hide resolved
source/opt/const_folding_rules.cpp Outdated Show resolved Hide resolved
source/opt/const_folding_rules.cpp Outdated Show resolved Hide resolved
source/opt/const_folding_rules.cpp Outdated Show resolved Hide resolved
source/opt/const_folding_rules.cpp Outdated Show resolved Hide resolved
test/opt/fold_test.cpp Outdated Show resolved Hide resolved
@s-perron s-perron merged commit a8959dc into KhronosGroup:main Feb 9, 2024
24 checks passed
@s-perron s-perron deleted the i6188 branch February 9, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants