JET.jl
JET.jl copied to clipboard
add a mode to look for remaining `BoundsError`
So that we can easily verify propagate_inbounds works.
The existing OptAnalyzer may just suit to have this mode, given that this is a sort of optimization analysis.
Probably better to be implemented as optional mode.
Suggested by @vchuravy.