Skip to content

Releases: felipenoris/OptimizingIR.jl

Release v0.2.1

02 Mar 03:58
Compare
Choose a tag to compare
  • docs review

  • minor optimization

  • code cleanup

Release v0.2.0

29 Feb 15:24
Compare
Choose a tag to compare

Breaking Changes

  • callgetindex was removed. Use const op_getindex = OIR.Op(Base.getindex, pure=true) as a replacement.

  • callsetindex was removed. Use const op_setindex = OIR.Op(Base.setindex!, pure=false, mutable_arg=1) as a replacement.

New API

  • has_symbol.

  • generate_unique_variable_symbol.

  • Op accepts a mutable_arg optional flag.

Release v0.1.0

28 Feb 00:18
Compare
Choose a tag to compare

Initial release.