Skip to content

New version: IRStructurizer v0.2.2#151100

Merged
JuliaTagBot merged 1 commit intomasterfrom
registrator-irstructurizer-93e32bba-v0.2.2-9853eb9b0a
Mar 23, 2026
Merged

New version: IRStructurizer v0.2.2#151100
JuliaTagBot merged 1 commit intomasterfrom
registrator-irstructurizer-93e32bba-v0.2.2-9853eb9b0a

Conversation

@JuliaRegistrator
Copy link
Copy Markdown
Contributor

UUID: 93e32bba-5bb8-402b-805d-ffb066edee93
Repo: https://github.com/maleadt/IRStructurizer.jl.git
Tree: a74acf49072e51ab9b4032bfa7d6c23ed3ed63c9

Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
JuliaRegistrator referenced this pull request in maleadt/IRStructurizer.jl Mar 23, 2026
Widen Core.Const types in get_value_type to prevent one() failure

When a custom interpreter (e.g., cuTile) produces IR where SSA values
have Core.Const inferred types, the inclusive→exclusive bound adjustment
for ForOp called one(::Core.Const) which has no method. Apply
Core.Compiler.widenconst in get_value_type to always return concrete
Types, matching the documented -> Type contract.

---------

Check loop-invariance of step in ForOp detection

The for-loop detector checked that the bound was loop-invariant but not
the step. When the step was an SSA value defined inside the loop body
(e.g., a runtime call like num_blocks()), the ForOp would reference an
undefined SSA value, causing validation to fail with "SSA values used
but not defined".

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. AutoMerge Guidelines are all met! ✅

Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round (~20 minutes).

2. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

@JuliaTagBot JuliaTagBot merged commit 7f8efb4 into master Mar 23, 2026
22 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-irstructurizer-93e32bba-v0.2.2-9853eb9b0a branch March 23, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants