We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0e2b6 commit 0f022a1Copy full SHA for 0f022a1
src/API/API.jl
@@ -34,7 +34,7 @@ begin
34
35
@eval function $op(args...; kwargs...)
36
version = MLIR_VERSION[]
37
- if !(MLIR_VERSION_MIN <= version <= MLIR_VERSION_MAX)
+ if !($MLIR_VERSION_MIN <= version <= $MLIR_VERSION_MAX)
38
error("Unsupported MLIR version $version")
39
end
40
src/Dialects/Dialects.jl
@@ -47,7 +47,7 @@ begin
47
48
@eval mod function $op(args...; kwargs...)
49
50
51
52
53
0 commit comments