[PATCH] D150782: [NFC][Py Reformat] Reformat python files in mlir subdir

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 08:54:57 PDT 2023


ftynse added a comment.

MLIR has been using YAPF with Google style for a while for Python code. Running that results in a relatively clean diff (https://reviews.llvm.org/D151112) compared to near-complete reformatting here. I wonder if it would be preferable to stick to the existing style here. If not, we should also remove the format files like this one: https://github.com/llvm/llvm-project/blob/main/mlir/python/.style.yapf. I'll post on discourse.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150782/new/

https://reviews.llvm.org/D150782



More information about the llvm-commits mailing list