Skip to content

v0.27.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 00:20
· 23 commits to refs/heads/main since this release
35d5b6b

Changes

xDSL framework

  • core: Introduce integer constraints @alexarice (#3699)
  • core: (assembly-format) omit default attributes/properties from attr-dict directive @alexarice (#3783)
  • core: (traits) Add SameOperandsAndResultType trait @compor (#3751)
  • core: Deprecate methods that should be using BlockInsertPoint @math-fehr (#3705)
  • core: Refactor some methods using BlockInsertPoint @math-fehr (#3704)
  • core: Add BlockInsertPoint to simplify the builder API @math-fehr (#3703)

Dialects

  • dialects: (builtin) fix formatting of module printing with attributes @superlopuh (#3789)
  • dialects: (math) Add support for custom format and container types to math dialect ops @compor (#3786)
  • dialects: (LLVM) Add bitcast op @AntonLydike (#3776)
  • dialects: (linalg) quantized matmul op generic prints 5 affinemaps @jorendumoulin (#3772)
  • dialects: (math) Move math dialect out of experimental [NFC] @compor (#3768)
  • dialects: (math) Use SameOperandsAndResultType trait @compor (#3761)
  • dialects (arm): Add CmpRegOp instruction @emmau678 (#3756)
  • dialects (arm): Add LabelOp @emmau678 (#3749)

🗎 Documentation

🐛 Bug Fixes

  • dialects: (builtin) fix formatting of module printing with attributes @superlopuh (#3789)
  • core: (assembly-format) omit default attributes/properties from attr-dict directive @alexarice (#3783)

Continuous Integration

Installation

Miscellaneous

  • dialects: (builtin) fix formatting of module printing with attributes @superlopuh (#3789)