[llvm] [LV] Clang-format some loop vectorizer files (PR #158507)

Tibor Győri via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 14 16:24:07 PDT 2025


TiborGY wrote:

> Our coding guidelines prefer not to reformat entire files, because it pollutes the `git blame` history. You can use `git clang-format` to only format the changed code. There's more info at https://llvm.org/docs/Contributing.html#how-to-submit-a-patch

Got it, thanks for the tip. Closing this and rebasing #158513 to get rid of the formatting changes,

https://github.com/llvm/llvm-project/pull/158507


More information about the llvm-commits mailing list