[PATCH] D108126: [MLIR] Add loop coalesce utility for affine.for

Arnab Dutta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 2 05:16:21 PDT 2021


arnab-oss updated this revision to Diff 370235.
arnab-oss added a comment.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.



1. Updating D108126 <https://reviews.llvm.org/D108126>: [MLIR] Add loop coalesce utility for affine.for #
2. Enter a brief description of the changes included in this update.
3. The first line is used as subject, next lines as comment.

minor fix


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108126

Files:
  utils/arcanist/clang-format.sh


Index: utils/arcanist/clang-format.sh
===================================================================
--- utils/arcanist/clang-format.sh
+++ utils/arcanist/clang-format.sh
@@ -51,7 +51,7 @@
 # We do not look for clang-format-diff or clang-format-diff.py in the PATH
 # because whether/how these are installed differs between distributions,
 # and we have an executable copy in the tree anyway.
-arc_base_commit=$(/opt/arcanist/bin/arc which --show-base)
+arc_base_commit=$(arc which --show-base)
 git diff-index -U0 "${arc_base_commit}" "${src_file}" \
   | clang/tools/clang-format/clang-format-diff.py -style file -i -p1
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108126.370235.patch
Type: text/x-patch
Size: 629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210902/37037b08/attachment.bin>


More information about the llvm-commits mailing list