[PATCH] D50575: [AMDGPU] Add support for a16 modifier for gfx9

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 00:32:56 PDT 2018


nhaehnle added a comment.

> It is interesting to note though that clang-format changed so much in this file.

Yes, there are unfortunately parts of LLVM that don't quite follow the coding convention. `clang-format-diff` is usually pretty good at limiting its changes to whatever you actually changed in the diff (I often use it as `git diff | clang-format-diff -p1`), but if your changes happen to be next to a large section that doesn't follow the coding convention, even that tool can be a bit overzealous in the changes it suggests.


Repository:
  rL LLVM

https://reviews.llvm.org/D50575





More information about the llvm-commits mailing list