diff options
author | Matthias Springer <me@m-sp.org> | 2024-03-27 10:49:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 10:49:24 +0900 |
commit | 10b07f2324aa990664c4141ffab534603af35c7a (patch) | |
tree | 8d52901a8215eed443cd0937d45b6d819d8dab9a /llvm/lib/Object/COFFImportFile.cpp | |
parent | 4720e3831b814fdd2e8441ee0ac05b6934fdf533 (diff) | |
download | llvm-10b07f2324aa990664c4141ffab534603af35c7a.zip llvm-10b07f2324aa990664c4141ffab534603af35c7a.tar.gz llvm-10b07f2324aa990664c4141ffab534603af35c7a.tar.bz2 |
[mlir][Interfaces] `ValueBoundsConstraintSet`: Add `dump` helper function (#86634)
This commit adds a helper function that dumps the constraint set and the
mapping of columns to values/dims. For debugging only.
Example output:
```
==========
Columns:
(column dim value)
0 1 linalg.fill (result 0)
1 1 tensor.extract_slice (result 0)
2 n/a affine.min (result 0)
3 n/a scf.for (bbarg 0)
4 n/a func.func (bbarg 2)
Constraint set:
Domain: 0, Range: 1, Symbols: 4, Locals: 0
6 constraints
(None None None None None const)
1 -1 0 0 0 0 = 0
0 1 -1 0 0 0 = 0
0 0 -1 -1 1 0 >= 0
0 0 -1 0 0 4 >= 0
0 0 0 1 0 0 >= 0
0 0 0 -1 1 -1 >= 0
==========
```
Diffstat (limited to 'llvm/lib/Object/COFFImportFile.cpp')
0 files changed, 0 insertions, 0 deletions