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

core: Add support for typed SSA values in isa #3988

Merged
merged 1 commit into from
Mar 30, 2025
Merged

Conversation

math-fehr
Copy link
Collaborator

@math-fehr math-fehr commented Feb 28, 2025

Stacked PRs:


core: Add support for typed SSA values in isa

isa(arg, SSAValue[T]) will check that arg is an SSA value, and that
its type is T.

`isa(arg, SSAValue[T])` will check that `arg` is an SSA value, and that
its type is `T`.

stack-info: PR: #3988, branch: math-fehr/stack/3
Copy link

codecov bot commented Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.96%. Comparing base (6b4192f) to head (782955a).

Additional details and impacted files
@@                  Coverage Diff                  @@
##           math-fehr/stack/2    #3988      +/-   ##
=====================================================
- Coverage              88.96%   88.96%   -0.01%     
=====================================================
  Files                    323      323              
  Lines                  43778    43783       +5     
  Branches                5440     5442       +2     
=====================================================
+ Hits                   38947    38950       +3     
- Misses                  3471     3472       +1     
- Partials                1360     1361       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

math-fehr added a commit that referenced this pull request Feb 28, 2025
`isa(arg, SSAValue[T])` will check that `arg` is an SSA value, and that
its type is `T`.

stack-info: PR: #3988, branch: math-fehr/stack/3
math-fehr added a commit that referenced this pull request Feb 28, 2025
`isa(arg, SSAValue[T])` will check that `arg` is an SSA value, and that
its type is `T`.

stack-info: PR: #3988, branch: math-fehr/stack/3
math-fehr added a commit that referenced this pull request Mar 29, 2025
`isa(arg, SSAValue[T])` will check that `arg` is an SSA value, and that
its type is `T`.

stack-info: PR: #3988, branch: math-fehr/stack/3
math-fehr added a commit that referenced this pull request Mar 29, 2025
`isa(arg, SSAValue[T])` will check that `arg` is an SSA value, and that
its type is `T`.

stack-info: PR: #3988, branch: math-fehr/stack/3
math-fehr added a commit that referenced this pull request Mar 29, 2025
`isa(arg, SSAValue[T])` will check that `arg` is an SSA value, and that
its type is `T`.

stack-info: PR: #3988, branch: math-fehr/stack/3
math-fehr added a commit that referenced this pull request Mar 29, 2025
`isa(arg, SSAValue[T])` will check that `arg` is an SSA value, and that
its type is `T`.

stack-info: PR: #3988, branch: math-fehr/stack/3
@math-fehr math-fehr changed the base branch from math-fehr/stack/2 to main March 29, 2025 22:06
@math-fehr math-fehr force-pushed the math-fehr/stack/3 branch 2 times, most recently from ee2dfdc to cd67a58 Compare March 29, 2025 22:06
@math-fehr math-fehr changed the base branch from main to math-fehr/stack/2 March 29, 2025 22:06
math-fehr added a commit that referenced this pull request Mar 29, 2025
`isa(arg, SSAValue[T])` will check that `arg` is an SSA value, and that
its type is `T`.

stack-info: PR: #3988, branch: math-fehr/stack/3
math-fehr added a commit that referenced this pull request Mar 29, 2025
`isa(arg, SSAValue[T])` will check that `arg` is an SSA value, and that
its type is `T`.

stack-info: PR: #3988, branch: math-fehr/stack/3
@math-fehr math-fehr changed the base branch from math-fehr/stack/2 to main March 29, 2025 22:46
@math-fehr math-fehr changed the base branch from main to math-fehr/stack/2 March 29, 2025 22:46
math-fehr added a commit that referenced this pull request Mar 30, 2025
`isa(arg, SSAValue[T])` will check that `arg` is an SSA value, and that
its type is `T`.

stack-info: PR: #3988, branch: math-fehr/stack/3
@math-fehr math-fehr changed the base branch from math-fehr/stack/2 to main March 30, 2025 16:46
@math-fehr math-fehr changed the base branch from main to math-fehr/stack/2 March 30, 2025 16:46
Base automatically changed from math-fehr/stack/2 to main March 30, 2025 20:20
@math-fehr math-fehr merged commit 8ae3518 into main Mar 30, 2025
18 checks passed
@math-fehr math-fehr deleted the math-fehr/stack/3 branch March 30, 2025 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core xDSL core (ir, textual format, ...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants