[all-commits] [llvm/llvm-project] f090e3: [SLP]Fix write after bounds.
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Nov 3 05:54:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f090e3c00fc31b99049a2291ebd07075fbdf0be1
https://github.com/llvm/llvm-project/commit/f090e3c00fc31b99049a2291ebd07075fbdf0be1
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2022-11-03 (Thu, 03 Nov 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP]Fix write after bounds.
Need to use comma instead of + symbol to prevent writing after bounds.
More information about the All-commits
mailing list