diff options
| author | Matthias Springer <me@m-sp.org> | 2023-02-27 10:37:02 +0100 |
|---|---|---|
| committer | Matthias Springer <me@m-sp.org> | 2023-02-28 09:23:13 +0100 |
| commit | 3f9b0446f9a7595486233e2f70b57d903988442f (patch) | |
| tree | f2170dd6541435569c5f3f929072e93bf250bd17 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 10cee821202b17ba4da6ed36ac3101a1ae81fdcd (diff) | |
[mlir][Affine][NFC] Improve FlatAffineValueConstraint dump
Improve indentation for better readability.
Before:
```
Domain: 0, Range: 2, Symbols: 2, Locals: 1
5 constraints
(None Value Value Value Local const)
1 1 0 -1 0 0 = 0
0 1 -1 0 0 0 >= 0
0 0 1 -1 2 2 >= 0
0 0 -1 1 -2 -1 >= 0
0 -1 1 0 2 0 >= 0
```
After:
```
Domain: 0, Range: 2, Symbols: 2, Locals: 1
5 constraints
(None Value Value Value Local const)
1 1 0 -1 0 0 = 0
0 1 -1 0 0 0 >= 0
0 0 1 -1 2 2 >= 0
0 0 -1 1 -2 -1 >= 0
0 -1 1 0 2 0 >= 0
```
Differential Revision: https://reviews.llvm.org/D144854
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
