Releases: FluxML/IRTools.jl
Releases · FluxML/IRTools.jl
v0.4.5
IRTools v0.4.5
Closed issues:
- Incorrect
while
loop (#94)
Merged pull requests:
- remove incorrect optimization of phi blocks (#96) (@simeonschaub)
v0.4.4
IRTools v0.4.4
Closed issues:
- Adjustment needed for Julia 1.8 (#91)
Merged pull requests:
- fix usage of
replace_code_newstyle!
(#92) (@simeonschaub)
v0.4.3
IRTools v0.4.3
Closed issues:
- needs new tag (#84)
Merged pull requests:
- fix IRTools on Julia 1.6 (#83) (@simeonschaub)
- fix isgenerated on nightly (#86) (@CarloLucibello)
- add GHA CI (#88) (@DhairyaLGandhi)
v0.4.2
Merge pull request #83 from simeonschaub/sds/fix_on_master fix IRTools on Julia 1.6
v0.4.1
bump version
v0.4.0
Update Project.toml
v0.3.3
Update Project.toml
v0.3.2
update version
v0.3.1
v0.3.1 (2020-01-27)
Closed issues:
- Fails to build codeinfo from an IR of function with
try/catch
control flow (#34) - ccall with two parameters called in a dynamo (#30)
Merged pull requests:
- Smarter fallthrough (#43) (MikeInnes)
- limited support for dynamos with types (#42) (MikeInnes)
- Add sneaky invoke example (from Slack) (#38) (phipsgabler)
- Try/catch handling (#36) (MikeInnes)
- update to JuliaLang/julia#34039 (#35) (aviatesk)
- fix #30 (#33) (simeonschaub)
- update docs (#32) (aviatesk)
- [WIP] Document more (internal) functions (#24) (phipsgabler)