[llvm] [LV] Vectorize histogram operations (PR #99851)
Graham Hunter via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 06:20:21 PDT 2024
================
@@ -438,6 +466,11 @@ class LoopVectorizationLegality {
/// Returns true if the loop is vectorizable
bool canVectorizeMemory();
+ /// If LAA cannot determine whether all dependences are safe, we may be able
+ /// to further analyse some unknown dependences and if they match a certain
----------------
huntergr-arm wrote:
done.
https://github.com/llvm/llvm-project/pull/99851
More information about the llvm-commits
mailing list