-
Notifications
You must be signed in to change notification settings - Fork 33
Wrong number of args to Expr(:purity, ...) #114
Copy link
Copy link
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels