FluxML / FluxML/IRTools.jl

Calling `functional` with IR for `Dict` `getindex` raises `AssertionError`

Open
#100 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
113
Forks
37
PR merge metrics
No merged PRs in 30d

Description

The following example fails [this assert](https://github.com/FluxML/IRTools.jl/blob/1f3f43be654a41d0db154fd16b31fdf40f30748c/src/passes/cps.jl#L36) on Julia v1.7.2, IRTools v0.4.6:
```julia
using IRTools: IR, functional

ir = IR(typeof(getindex), Dict{String, String}, String)
functional(ir)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.