Details
Details
- Reviewers
dcaballe nicolasvasilache aartbik hanchung
Diff Detail
Diff Detail
Event Timeline
mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp | ||
---|---|---|
51 | hmmm... this formatting seems odd to me. Are you using the latest version of clang-format with the LLVM formatting? |
mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp | ||
---|---|---|
51 | Perhaps, both clang-format -style=llvm mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp -i and git-clang-format HEAD~ generates different results for me. |
Comment Actions
Clang-format is not passing. Assuming the llvm configuration is used, I wonder if the problem is that your clang-format is outdated. Perhaps, the formatting issues that you see in https://reviews.llvm.org/D145160 are related only to your code and this diff wouldn't be necessary?
Comment Actions
Thanks for reviewing. Yes, there's no clang-format build error now for https://reviews.llvm.org/D145160. This diff isn't necessary.
hmmm... this formatting seems odd to me. Are you using the latest version of clang-format with the LLVM formatting?