summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorMatthias Springer <me@m-sp.org>2023-02-27 10:37:02 +0100
committerMatthias Springer <me@m-sp.org>2023-02-28 09:23:13 +0100
commit3f9b0446f9a7595486233e2f70b57d903988442f (patch)
treef2170dd6541435569c5f3f929072e93bf250bd17 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent10cee821202b17ba4da6ed36ac3101a1ae81fdcd (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