Tobias Hieta
b71edfaa4e
[NFC][Py Reformat] Reformat python files in llvm
...
This is the first commit in a series that will reformat
all the python files in the LLVM repository.
Reformatting is done with `black`.
See more information here:
https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style
Reviewed By: jhenderson, JDevlieghere, MatzeB
Differential Revision: https://reviews.llvm.org/D150545
2023-05-17 10:48:52 +02:00
serge-sans-paille
515bc8c155
Harmonize Python shebang
...
Differential Revision: https://reviews.llvm.org/D83857
2020-07-16 21:53:45 +02:00
Serge Guelton
4a27478a5b
Python compat - print statement
...
Make sure all print statements are compatible with Python 2 and Python3 using
the `from __future__ import print_function` statement.
Differential Revision: https://reviews.llvm.org/D56249
llvm-svn: 350307
2019-01-03 14:11:33 +00:00
Patrick Meredith
16fe45c91b
Updated to be less restrictive on what is matched
...
llvm-svn: 23712
2005-10-13 17:31:30 +00:00
Patrick Meredith
fd377d9033
This script is used to remove nodes with the label %tmp(.#)* and all
...
edges associated with said node from the dot files produced by
DSA.
llvm-svn: 23708
2005-10-13 16:26:50 +00:00