[Mlir-commits] [mlir] Add a polynomial dialect shell, attributes, and types (PR #72081)
Jeremy Kun
llvmlistbot at llvm.org
Sun Mar 31 15:39:50 PDT 2024
j2kun wrote:
@ftynse @joker-eph Sorry for the months-long delay on this. To recap, the main changes since the last review was to remove the uniquing of Polynomial, during which I also simplified the Polynomial class to store its monomial terms as a simple `SmallVector`, rather than use `llvm::TrailingObjects`.
https://github.com/llvm/llvm-project/pull/72081
More information about the Mlir-commits
mailing list