[PATCH] D143703: [NFC][polly] Convert some python scripts to Python 3 syntax

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 23:38:42 PST 2023


thieta created this revision.
Herald added a reviewer: bollu.
Herald added a project: All.
thieta requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

There was a few scripts still not converted to python 3 syntax
which was found when trying to apply automatic formatting on
all python files in the tree.

I don'tk now how to use these scripts so I haven't been able
to test them. But the diff looks very straight-forward.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143703

Files:
  polly/lib/External/isl/imath/tools/findthreshold.py
  polly/utils/argparse.py
  polly/utils/jscop2cloog.py
  polly/utils/pyscop/jscop2iscc.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143703.496344.patch
Type: text/x-patch
Size: 4179 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230210/cd966d2f/attachment.bin>


More information about the llvm-commits mailing list