You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: allow nothing; return in IRUtils.fully_eliminated
For some reason the recent CFG change caused us to generate:
```
1-element Vector{Any}:
CodeInfo(
1 ─ nothing::Nothing
└── return true
) => Bool
```
instead of
```
1-element Vector{Any}:
CodeInfo(
1 ─ return true
) => Bool
```
but I believe this difference is harmless.
0 commit comments