[Mlir-commits] [mlir] [mlir][PDL] Add support for native constraints with results (PR #82760)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Mar 2 13:49:38 PST 2024
mmilanifard wrote:
Builds broken again due to unused var [here](https://github.com/llvm/llvm-project/commit/8ec28af8eaff5acd0df3e53340159c034f08533d#diff-56641c3a3df59bbb93a833e24ab8feef940a1b1e70cafd994ca1a6dd103731c0R1447):
```
error: unused variable 'constraintResults'
1447 | ArrayRef<PDLValue> constraintResults = results.getResults();
```
https://github.com/llvm/llvm-project/pull/82760
More information about the Mlir-commits
mailing list