[llvm] LAA: refactor analyzeLoop to return bool (NFC) (PR #93824)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 11 03:19:35 PDT 2024
================
@@ -2615,12 +2612,11 @@ void LoopAccessInfo::analyzeLoop(AAResults *AA, LoopInfo *LI,
});
}
- // If we write (or read-write) to a single destination and there are no
- // other reads in this loop then is it safe to vectorize.
+ // If we write to a single destination and there are no other reads in this
----------------
nikic wrote:
Why did this comment change?
https://github.com/llvm/llvm-project/pull/93824
More information about the llvm-commits
mailing list