[Mlir-commits] [mlir] [mlir] delete unroll-full option for Affine/SCF unroll pass (PR #164658)
lonely eagle
llvmlistbot at llvm.org
Wed Oct 22 23:25:37 PDT 2025
linuxlonelyeagle wrote:
Since options all have default values, we need not employ the hasValue function. For unroll-factors less than zero but not equal to -1, the pass will throw an error.
```
<unknown>:0: error: Invalid option: 'unroll-factor' should be greater than 0 or equal to -1
```
https://github.com/llvm/llvm-project/pull/164658
More information about the Mlir-commits
mailing list