Skip to content

MLIR: Fix SKIP <expr> and LIMIT <expr> - #807

Merged
cyrusknopf merged 1 commit into
mainfrom
fix/mlir/skip-limit-expr
Aug 21, 2026
Merged

MLIR: Fix SKIP <expr> and LIMIT <expr>#807
cyrusknopf merged 1 commit into
mainfrom
fix/mlir/skip-limit-expr

Conversation

@cyrusknopf

Copy link
Copy Markdown
Contributor

Previously we static_cast<IntegerLiteral*> the argument to SKIP and LIMIT, however it could be a BinaryExpr*. Adds a check and evaluation of the argument

@cyrusknopf cyrusknopf self-assigned this Aug 20, 2026
@cyrusknopf
cyrusknopf marked this pull request as ready for review August 20, 2026 14:28
@cyrusknopf
cyrusknopf requested a review from rjb32 as a code owner August 20, 2026 14:28
@cyrusknopf
cyrusknopf merged commit 24668b0 into main Aug 21, 2026
2 checks passed
@cyrusknopf
cyrusknopf deleted the fix/mlir/skip-limit-expr branch August 21, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants