[llvm-branch-commits] [llvm] [LV][REVEC][AArch64] Proof of concept for re-vectorisation (PR #208213)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 8 06:14:50 PDT 2026
github-actions[bot] wrote:
<!--LLVM IDS CHECK COMMENT-->
:warning: LLVM ABI annotation checker, ids-check found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
Build idt from compnerd/ids, then for each changed header:
idt -p build/ --main-file <matching-source.cpp> \
--apply-fixits --inplace <header>
``````````
</details>
<details>
<summary>
View the diff from ids-check here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h b/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
index 25ec10e71..cb1cf4784 100644
--- a/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
+++ b/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
@@ -48,7 +48,7 @@ class TargetLibraryInfo;
class TargetTransformInfo;
class Type;
-extern cl::opt<bool> VectorizeVectorLoops;
+extern LLVM_ABI cl::opt<bool> VectorizeVectorLoops;
/// Utility class for getting and setting loop vectorizer hints in the form
/// of loop metadata.
``````````
</details>
https://github.com/llvm/llvm-project/pull/208213
More information about the llvm-branch-commits
mailing list