[llvm] [LAA] Don't assume libcalls with output/input pointers can be vectorized (PR #108980)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 02:17:37 PDT 2024
================
@@ -2452,10 +2452,17 @@ bool LoopAccessInfo::analyzeLoop(AAResults *AA, const LoopInfo *LI,
// but is not a load, then we quit. Notice that we don't handle function
// calls that read or write.
----------------
MacDue wrote:
Good spot, done :+1:
https://github.com/llvm/llvm-project/pull/108980
More information about the llvm-commits
mailing list