Skip to content

v0.28.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 14:09
· 14 commits to refs/heads/main since this release
5c34317

xDSL framework

Dialects

Transformations

  • transformations: convert type_offsets in ptr to arith.constant @mamanain (#3394)
  • transformations: (convert-memref-to-ptr) add lower-func flag @kaylendog (#3820)

Backend

  • backend: (x86) Fix register sets test coverage @compor (#3866)
  • backend: (riscv) use separate indices for j and fj registers @superlopuh (#3885)
  • backend: unify assembly printing helpers in AssemblyPrinter @superlopuh (#3872)
  • backend: (x86) distinguish between SSE, AVX2 and AVX512 registers @qaco (#3873)
  • backend: (x86) split assembly and custom format ABCs @superlopuh (#3865)
  • backend: (riscv) split out register queue interface from implementation @superlopuh (#3864)

🗎 Documentation

🐛 Bug Fixes

Testing

Continuous Integration

  • CI: Update uv lockfile @github-actions (#3870)
  • CI: Update uv lockfile @github-actions (#3823)
  • CI: Update uv lockfile @github-actions (#3794)

Installation

Miscellaneous