Skip to content

pip prod(deps): update xdsl requirement from <0.56.0,>=0.55.0 to >=0.55.0,<0.57.0#15

Merged
superlopuh merged 3 commits intomainfrom
dependabot/pip/xdsl-gte-0.55.0-and-lt-0.57.0
Dec 18, 2025
Merged

pip prod(deps): update xdsl requirement from <0.56.0,>=0.55.0 to >=0.55.0,<0.57.0#15
superlopuh merged 3 commits intomainfrom
dependabot/pip/xdsl-gte-0.55.0-and-lt-0.57.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 17, 2025

Updates the requirements on xdsl to permit the latest version.

Release notes

Sourced from xdsl's releases.

v0.56.0

Some breaking changes:

  • If an operation being rewritten with a GreedyRewritePatternApplier implements folding, it will be called as part of the rewrite.

Deprecations:

  • The irdl_options field on operations should now be a tuple of IrdlOption.

Changes

xDSL framework

Dialects

Transformations

  • transformations: (riscv-lower-parallel-mov) Reuse input registers as temporary registers @​anominos (#5503)
  • transformations: (convert-pdl-to-pdl-interp) Add _generate_rewriter_for_result(s) and _generate_rewriter_for_type(s) @​jumerckx (#5499)
  • transformations: (convert-pdl-to-pdl-interp) Add _generate_rewriter_for_erase and _generate_rewriter_for_range @​jumerckx (#5500)
  • transformations: (riscv-lower-parallel-mov) handle cycles of integers when free registers are present @​anominos (#5495)
  • transformations: (convert-pdl-to-pdl-interp) Add _generate_rewriter_for_operation @​jumerckx (#5496)
  • transformations: RISCV Parallel Move lowering, no cycles case @​anominos (#5491)

Backend

Testing

Rewriting

Commits
  • a6a77fb transformations: (riscv-lower-parallel-mov) Reuse input registers as temporar...
  • 244f023 core: (irdl) Make irdl_options immutable (#5511)
  • 853a8bd backend: split out base classes for asm printing and regalloc (#5510)
  • e168811 testing: remove unused SSAValue in tests (#5509)
  • adab546 dialects: (hw) Fix type hints for nested hw.array types (#5502)
  • 78b2e48 dialect: (eqsat_pdl_interp) Move eqsat_pdl_interp operations to their own dia...
  • 0c1ce7d transformations: (convert-pdl-to-pdl-interp) Add `_generate_rewriter_for_resu...
  • 697fa13 dialects: (x86) remove redundant iter_used_registers helper (#5506)
  • 1f6f3e1 transformations: (convert-pdl-to-pdl-interp) Add `_generate_rewriter_for_eras...
  • fe562e7 rewriting: fold in GreedyRewritePatternApplier (#5483)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 17, 2025
Comment thread pyproject.toml Outdated
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["xdsl>=0.55.0,<0.56.0", "wgpu>=0.28.0,<0.29"]
dependencies = ["xdsl>=0.55.0,<0.57.0", "wgpu>=0.28.0,<0.29"]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
dependencies = ["xdsl>=0.55.0,<0.57.0", "wgpu>=0.28.0,<0.29"]
dependencies = ["xdsl>=0.56.0,<0.57.0", "wgpu>=0.28.0,<0.29"]

Updates the requirements on [xdsl](https://github.com/xdslproject/xdsl) to permit the latest version.
- [Release notes](https://github.com/xdslproject/xdsl/releases)
- [Commits](xdslproject/xdsl@v0.55.0...v0.56.0)

---
updated-dependencies:
- dependency-name: xdsl
  dependency-version: 0.56.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/xdsl-gte-0.55.0-and-lt-0.57.0 branch from 3019ade to e113783 Compare December 18, 2025 09:41
@superlopuh superlopuh merged commit 9bbd574 into main Dec 18, 2025
4 checks passed
@superlopuh superlopuh deleted the dependabot/pip/xdsl-gte-0.55.0-and-lt-0.57.0 branch December 18, 2025 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant