[Mlir-commits] [mlir] [MLIR][Presburger] Generating functions and quasi-polynomials for Barvinok's algorithm (PR #75702)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Dec 17 10:08:12 PST 2023


================
@@ -0,0 +1,227 @@
+//===- Barvinok.h - Barvinok's Algorithm -----------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
----------------
Abhinav271828 wrote:

Do you think it should be the Barvinok.cpp file or a different one?

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


More information about the Mlir-commits mailing list