cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

LLVM submodule update #326

Closed frej closed 2 years ago

frej commented 2 years ago

Upstream has retired the traditional methods for doing lowering using ConversionPattern. The new recommended way to implement lowerings is now to use OpConversionPattern. For arc-mlir this means that we have to update all lowerings to derive from OpConversionPattern and use OpConversionPattern::Adaptor to access the operator operands.