[PATCH] D88395: [LoopReroll] Fix rerolling loop with extra instructions

KAWASHIMA Takahiro via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 18:02:06 PDT 2020


kawashima-fj added a comment.

`clang-format` reported a format error `DenseSet<Instruction*>` -> `DenseSet<Instruction *>` (space before `*`). However, other three places in the same function (and many places in other functions) have the same format. Should I change all places? only my change?, or keep all them unchanged?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88395



More information about the llvm-commits mailing list