[llvm] [SandboxIR][SandboxVectorizer][NFC] Move Region to SandboxVectorizer. (PR #117237)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 12:52:49 PST 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff be6bc6a1e5beb84984b8e1419393c80a3fe2d3d8 ad5c203485ea8b3cfac22cdfc2309918fe419be8 --extensions h,cpp -- llvm/include/llvm/SandboxIR/Pass.h llvm/include/llvm/SandboxIR/PassManager.h llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.h llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PrintInstructionCount.h llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/RegionsFromMetadata.h llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h llvm/lib/SandboxIR/PassManager.cpp llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/RegionsFromMetadata.cpp llvm/unittests/SandboxIR/PassTest.cpp llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Region.h llvm/lib/Transforms/Vectorize/SandboxVectorizer/Region.cpp llvm/unittests/Transforms/Vectorize/SandboxVectorizer/RegionTest.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Region.h b/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Region.h
index d5d0496b25..d20088c493 100644
--- a/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Region.h
+++ b/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Region.h
@@ -128,7 +128,6 @@ public:
bool runOnRegion(Region &R, const Analyses &A) final;
};
-
} // namespace llvm::sandboxir
#endif // LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_REGION_H
``````````
</details>
https://github.com/llvm/llvm-project/pull/117237
More information about the llvm-commits
mailing list