[llvm] [LSV] Support vectorization of mixed-type contiguous accesses (PR #177908)
Anshil Gandhi via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 3 01:06:27 PST 2026
================
@@ -1551,8 +1672,9 @@ std::optional<APInt> Vectorizer::getConstantOffsetComplexAddrs(
return std::nullopt;
}
-std::optional<APInt> Vectorizer::getConstantOffsetSelects(
- Value *PtrA, Value *PtrB, Instruction *ContextInst, unsigned Depth) {
+std::optional<APInt>
+Vectorizer::getConstantOffsetSelects(Value *PtrA, Value *PtrB,
+ Instruction *ContextInst, unsigned Depth) {
----------------
gandhi56 wrote:
My apologies, I didn't mean those changes.
https://github.com/llvm/llvm-project/pull/177908
More information about the llvm-commits
mailing list