[PATCH] D28549: Global DCE performance improvement

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 12:36:21 PST 2017


mehdi_amini added a comment.

In https://reviews.llvm.org/D28549#645475, @serge-sans-paille wrote:

> I've updated the diff, formated with git clang-format as suggested. However there's no -U option to that command so the diff does not appear with the whole contxt, and sipmly running clang-format on the files produces too much noise.


FYI, My workflow is:

- `git clang-format HEAD~` (will format only the last commit).
- `git diff` (just to check the formatting changes)
- `git commit -a --amend`
- generate the patch for phab, I'm using `arc diff HEAD~` which handles everything, otherwise manually with `git diff -U9999 HEAD~ ` you get the full context patched to be updated.


Repository:
  rL LLVM

https://reviews.llvm.org/D28549





More information about the llvm-commits mailing list