Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mlir][Quasipolynomial] Fixed -Wunused-variable in GeneratorFunction.h (
llvm#76419) ``` llvm-project/mlir/lib/Analysis/Presburger/GeneratingFunction.h:56:28: error: unused variable 'term' [-Werror,-Wunused-variable] 56 | for (const ParamPoint &term : numerators) | ^~~~ 1 error generated. ```
- Loading branch information