diff options
author | Alexey Bataev <a.bataev@outlook.com> | 2022-06-22 09:31:03 -0700 |
---|---|---|
committer | Alexey Bataev <a.bataev@outlook.com> | 2022-06-23 11:32:30 -0700 |
commit | 3b6edef15d2718bd020db6515d670e87f21835af (patch) | |
tree | 0eb19696751f521612461b4552b0ea5fe85c0947 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | df6afee9859f982fa927dc90398e82d689f19db6 (diff) | |
download | llvm-3b6edef15d2718bd020db6515d670e87f21835af.zip llvm-3b6edef15d2718bd020db6515d670e87f21835af.tar.gz llvm-3b6edef15d2718bd020db6515d670e87f21835af.tar.bz2 |
[SLP]Fix a crash when reorder masked gather nodes with reused scalars.
If the masked gather nodes must be reordered, we can just reorder
scalars, just like for gather nodes. But if the node contains reused
scalars, it must be handled same way as a regular vectorizable node,
since need to reorder reused mask, not the scalars directly.
Differential Revision: https://reviews.llvm.org/D128360
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions