diff options
author | Alexey Bataev <a.bataev@outlook.com> | 2023-12-06 09:17:51 -0800 |
---|---|---|
committer | Alexey Bataev <a.bataev@outlook.com> | 2023-12-06 10:15:01 -0800 |
commit | 0e1a9e3084cd8dffa5d4f2cf6eabf9e7721e1cdd (patch) | |
tree | cf9c24bffdd95565a7f6b955fdc3a592beeaf7f6 /clang/unittests/Basic/SourceManagerTest.cpp | |
parent | 9bad6cb7fc571821bfacc8926a8a7f5d147ce540 (diff) | |
download | llvm-0e1a9e3084cd8dffa5d4f2cf6eabf9e7721e1cdd.zip llvm-0e1a9e3084cd8dffa5d4f2cf6eabf9e7721e1cdd.tar.gz llvm-0e1a9e3084cd8dffa5d4f2cf6eabf9e7721e1cdd.tar.bz2 |
[SLP]Fix PR74607: Fix dependency between buildvector nodes with user
nodes, having same last instruction.
If the user nodes has the same last-instruction, used as insert points
for the buildvector nodes, finding the proper dependency is crucial.
Before, it depended on the indices of the buildvectors themselves but
looks like it should depend on indices of the user nodes, because it
identifies the vectorization order and, thus, properly aligns
buildvector nodes in terms of def-use chain.
Diffstat (limited to 'clang/unittests/Basic/SourceManagerTest.cpp')
0 files changed, 0 insertions, 0 deletions