[Mlir-commits] [mlir] [mlir][PDL] Add support for native constraints with results (PR #82760)

Matthias Gehre llvmlistbot at llvm.org
Sat Mar 2 14:46:49 PST 2024


mgehre-amd wrote:

> Some 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();
> ```
> 
> Buildbot [passed](https://lab.llvm.org/buildbot/#/builders/88/builds/72195) though. This issue might not show up always as `constraintResults` is used conditionally (IIUC).
> 
> Please revert to fix breakage.

Thanks for letting me know, I pushed a fix.

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


More information about the Mlir-commits mailing list