[polly] [Polly] Add vectorize metadata to loops identified as vectorizable by polly (PR #113994)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 19:00:41 PDT 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 6128ff6630762310f6ae4eb61adda02cb4ad5260 337ef3625408826e3359be89d36aa5062bd22088 --extensions cpp,h -- polly/include/polly/CodeGen/IRBuilder.h polly/lib/CodeGen/CodeGeneration.cpp polly/lib/CodeGen/IRBuilder.cpp polly/lib/CodeGen/LoopGenerators.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/polly/lib/CodeGen/CodeGeneration.cpp b/polly/lib/CodeGen/CodeGeneration.cpp
index bfc4014c84..3235adcd5e 100644
--- a/polly/lib/CodeGen/CodeGeneration.cpp
+++ b/polly/lib/CodeGen/CodeGeneration.cpp
@@ -55,8 +55,8 @@ static cl::opt<bool> Verify("polly-codegen-verify",
cl::Hidden, cl::cat(PollyCategory));
cl::opt<bool> PollyVectorizeMetadata(
- "polly-annotate-metadata-vectorize"
- cl::desc("Append vectorize enable/disable metadata from polly"),
+ "polly-annotate-metadata-vectorize" cl::desc(
+ "Append vectorize enable/disable metadata from polly"),
cl::init(false), cl::ZeroOrMore, cl::cat(PollyCategory));
bool polly::PerfMonitoring;
``````````
</details>
https://github.com/llvm/llvm-project/pull/113994
More information about the llvm-commits
mailing list