-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
JuliaLang/julia#56061 added an assert that checks that the number of arguments to Expr(:purity, )
is correct which starts to assert from this package from:
VectorizationBase.jl/src/llvm_types.jl
Lines 276 to 280 in 83cd26c
purity = if touchesmemory | |
Expr(:purity, false, false, true, true, false) | |
else | |
Expr(:purity, true, true, true, true, false) | |
end |
There seems to be many arguments missing.
Metadata
Metadata
Assignees
Labels
No labels