[PATCH] D98957: [NFCI] [TransformUtils] cleanup `CloneFunctionInto`

Luke Drummond via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 23 05:43:23 PDT 2021


ldrumm added a comment.

In D98957#2643442 <https://reviews.llvm.org/D98957#2643442>, @dexonsmith wrote:

> Thanks for cleaning this up!
>
> Mostly LGTM, just please split this up into three separate commits (no need for new reviews; any order seems fine, as they seem fully independent):

Good idea. Will do

> - Unrelated whitespace changes (BTW, if you just got these incidentally, you can use git-clang-format in the future to just change the lines your commit is touching...).

Seeing as there is now a whitespace only commit, I've just opted to format the whole file as there are plently of other formatting issues picked up in this file


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98957



More information about the llvm-commits mailing list