fix(deps): update dependency xdsl to v0.51.0 - #22
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
from
June 21, 2025 00:28
6cac5e3 to
dfeb7d8
Compare
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
from
June 29, 2025 18:25
dfeb7d8 to
dfa6bfc
Compare
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
from
July 9, 2025 23:07
dfa6bfc to
cd1063a
Compare
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
from
July 11, 2025 19:24
cd1063a to
0b63fa2
Compare
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
from
July 21, 2025 17:44
0b63fa2 to
d10d87e
Compare
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
from
July 28, 2025 14:08
d10d87e to
bd73086
Compare
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
from
August 8, 2025 13:15
bd73086 to
0a11836
Compare
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
from
August 8, 2025 21:22
0a11836 to
68d3782
Compare
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
2 times, most recently
from
August 19, 2025 10:58
01d08db to
2a92ffc
Compare
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
from
August 19, 2025 12:02
2a92ffc to
db3f561
Compare
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
from
August 21, 2025 23:13
db3f561 to
d7a185b
Compare
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
from
August 24, 2025 14:06
d7a185b to
a5f76cb
Compare
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
from
August 31, 2025 11:23
a5f76cb to
db9d3b1
Compare
renovate
Bot
force-pushed
the
renovate/xdsl-0.x
branch
from
September 12, 2025 21:03
db9d3b1 to
57a75c8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
==0.40.0->==0.51.0Release Notes
xdslproject/xdsl (xdsl)
v0.51.0Compare Source
Many changes in this release, most of which are to do with new tutorial notebooks we'll share in an upcoming release.
Some noteable other changes:
HasCanonicalizationPatternsInterfacefor the new recommended way of registering canonicalization patterns.emitcdialect.xDSL framework
Dialects
TensorType.constrwith no element type constraint @mudit2812 (#5138)pdl.apply_native_constraint@jumerckx (#5110)Transformations
Interpreter
API
ModulePass.apply_to_clonehelper @superlopuh (#5088)🗎 Documentation
scf.ifsection of the MLIR IR introduction @math-fehr (#5188)_prefix @tobiasgrosser (#5151)mo.mdinstead of code editor for MLIR @math-fehr (#5148)🐛 Bug Fixes
Testing
Installation
Miscellaneous
v0.50.0Compare Source
This release contains a change that we've been building towards for a very long time: the bitwidth of integer types is now represented in the Python type system, catching bugs earlier in compiler development.
In upcoming releases, we'll use this to annotate things like bitwidth of immediate values in insturction encodings, and more.
Changes
xDSL framework
operation._successor_usespublic @jumerckx (#5081)Dialects
Transformations
Backend
🗎 Documentation
Testing
Continuous Integration
Installation
Miscellaneous
v0.49.0Compare Source
A big release, adding better support for int constraints, such as
AtMostandget_int_constrainttransforming Python integer and integer type expressions to int constraints. The parser got some upgrades, now handling more unicode escape characters.This version removes the
xdsl[riscv]optional dependency, please installriscemuseparately if you were relying on this.Changes
AtMostinteger contraint @mudit2812 (#5053)xDSL framework
get_variadic_sizestoverify_variadic_size@alexarice (#5048)has_effectshelper to find the effects of an operation @superlopuh (#5058)allow_type_varargument toget_constr@superlopuh (#5054)containermethod @alexarice (#5049)irdl_op_verify_arg_list@alexarice (#5022)Dialects
shapeargument toTensorType.constr@mudit2812 (#5061)Transformations
Backend
API
🗎 Documentation
Testing
Continuous Integration
Installation
lockFileMaintenance@alexarice (#5042)jax,riscv,benchgroups from dev dependencies group @jumerckx (#5023)e8e8e45@renovate[bot] (#5008)Miscellaneous
dependency-groupsto makeuv syncwork @superlopuh (#5005)v0.48.3Compare Source
Another patch release to release new documentation site.
What's Changed
--disable-verifyby @alexarice in #4993Full Changelog: xdslproject/xdsl@v0.48.1...v0.48.3
v0.48.2Compare Source
v0.48.1Compare Source
Minor release to fix the documentation website's API reference tab.
Changes
🗎 Documentation
Miscellaneous
v0.48.0Compare Source
Changes
xDSL framework
IRWithUsesclass @math-fehr (#4907)usesfield fromIRWithUses@math-fehr (#4906)Dialects
tosa.matmul@jakedves (#4935).intel_syntax noprefixin assembly @superlopuh (#4944)Transformations
Backend
Interpreter
🗎 Documentation
🐛 Bug Fixes
Continuous Integration
Installation
Miscellaneous
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.