[Mlir-commits] [mlir] polynomial: Add basic ops (PR #89525)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Tue Apr 23 00:56:15 PDT 2024
================
@@ -79,10 +93,10 @@ def Polynomial_RingAttr : Polynomial_Attr<"Ring", "ring"> {
integral, whose coefficients are taken modulo some statically known modulus
(`coefficientModulus`).
- Additionally, a polynomial ring can specify an _ideal_, which converts
+ Additionally, a polynomial ring can specify an _polynomialModulus_, which converts
----------------
ftynse wrote:
```suggestion
Additionally, a polynomial ring can specify a _polynomialModulus_, which converts
```
https://github.com/llvm/llvm-project/pull/89525
More information about the Mlir-commits
mailing list