[PATCH] D72870: [SelectionDag] Updated FoldConstantArithmetic method signature in preparation for merge with FoldConstantVectorArithmetic

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 08:55:19 PST 2020


spatel added a comment.

In D72870#1826619 <https://reviews.llvm.org/D72870#1826619>, @spatel wrote:

> Thanks for cleaning this up!
>
> The changes all look logically fine to me, but there are numerous formatting problems (80-cols, indentation, etc.).
>
> Try running "clang-format" on the patch?


Depending on your workflow, this might be a useful script:
http://clang.llvm.org/docs/ClangFormat.html#script-for-patch-reformatting


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72870





More information about the llvm-commits mailing list