Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
opencompl
/
xdsl-smt
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
19
Code
Issues
2
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
heterogeneous bitwidths for transfer.integer
- #88
#88
Draft
dominicmkennedy
wants to merge 14 commits into
opencompl:main
opencompl/xdsl-smt:main
from
dominicmkennedy:heterogeneous-bw
dominicmkennedy/xdsl-smt:heterogeneous-bw
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Draft
heterogeneous bitwidths for transfer.integer
#88
dominicmkennedy
wants to merge 14 commits into
opencompl:main
opencompl/xdsl-smt:main
from
dominicmkennedy:heterogeneous-bw
dominicmkennedy/xdsl-smt:heterogeneous-bw
Copy head branch name to clipboard
Commits
Commits on Feb 11, 2026
inital commit with special lowering for transfer.integer
dominicmkennedy
committed
c15239b
View commit details
Copy full SHA for c15239b
Browse repository at this point
fmt
dominicmkennedy
committed
92be09a
View commit details
Copy full SHA for 92be09a
Browse repository at this point
fix types
dominicmkennedy
committed
18d33eb
View commit details
Copy full SHA for 18d33eb
Browse repository at this point
[WIP] remove legacy transfer.integer; tests are broken
dominicmkennedy
committed
e1c15f7
View commit details
Copy full SHA for e1c15f7
Browse repository at this point
fix all filecheck tests
dominicmkennedy
committed
76c5bfa
View commit details
Copy full SHA for 76c5bfa
Browse repository at this point
fix semantics lowering for trunc/zext/sext
dominicmkennedy
committed
14da570
View commit details
Copy full SHA for 14da570
Browse repository at this point
change `transfer.integer` in other test filse (even though these aren't used by filecheck)
dominicmkennedy
committed
f2eceb5
View commit details
Copy full SHA for f2eceb5
Browse repository at this point
wire up lowering in the ResolveWidths pass
dominicmkennedy
committed
bb76822
View commit details
Copy full SHA for bb76822
Browse repository at this point
fix tests to use new pass args
dominicmkennedy
committed
ddbcc4c
View commit details
Copy full SHA for ddbcc4c
Browse repository at this point
Replace `i1 -> smt.pair<smt.bv<1>, smt.bool>` with `transfer.integer<1> -> smt.bv<1>`
dominicmkennedy
committed
f61af74
View commit details
Copy full SHA for f61af74
Browse repository at this point
Commits on Feb 12, 2026
wip changes to how legacy transfer.integers are treated
dominicmkennedy
committed
b05b33e
View commit details
Copy full SHA for b05b33e
Browse repository at this point
revert a lot of tests
dominicmkennedy
committed
864e905
View commit details
Copy full SHA for 864e905
Browse repository at this point
Commits on Feb 13, 2026
didn't lower abstract values properly
dominicmkennedy
committed
3395423
View commit details
Copy full SHA for 3395423
Browse repository at this point
forgot to add case for `transfer.tuple`
dominicmkennedy
committed
0346837
View commit details
Copy full SHA for 0346837
Browse repository at this point
You can’t perform that action at this time.