[llvm] [mlir] Poly canonicalization (PR #91410)

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 14:57:01 PDT 2024


================
@@ -1,3 +1,7 @@
+set(LLVM_TARGET_DEFINITIONS PolynomialCanonicalization.td)
+mlir_tablegen(PolynomialCanonicalization.inc -gen-rewriters)
+add_public_tablegen_target(MLIRPolynomialCanonicalizationIncGen)
----------------
joker-eph wrote:

Don't you need to depend on MLIRPolynomialCanonicalizationIncGen somewhere?

https://github.com/llvm/llvm-project/pull/91410


More information about the llvm-commits mailing list