This op is a catch-all for creating witnesses from various random kinds of constraints. In particular, when dealing with extents directly, which are of index type, one can directly use std ops for calculating the predicates, and then use cstr_require for the final conversion to a
witness.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
5,330 ms | linux > MLIR.Examples/standalone::test.toy |
Event Timeline
Comment Actions
Thanks, I am tempted to suggest we add "use this only if more specific form is not available" (e.g., use this for cases not expressible with the others). So that we push to simpler forms.