[all-commits] [llvm/llvm-project] 36fd72: [mlir][Quasipolynomial] Fixed -Wunused-variable in...
Balaji V. Iyer. via All-commits
all-commits at lists.llvm.org
Tue Dec 26 17:29:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36fd7291cdd85b2820000950d3782758353d259e
https://github.com/llvm/llvm-project/commit/36fd7291cdd85b2820000950d3782758353d259e
Author: Balaji V. Iyer <43187390+bviyer at users.noreply.github.com>
Date: 2023-12-26 (Tue, 26 Dec 2023)
Changed paths:
M mlir/lib/Analysis/Presburger/GeneratingFunction.h
Log Message:
-----------
[mlir][Quasipolynomial] Fixed -Wunused-variable in GeneratorFunction.h (#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.
```
More information about the All-commits
mailing list