diff options
author | Alexey Bataev <a.bataev@outlook.com> | 2022-09-19 12:43:30 -0700 |
---|---|---|
committer | Alexey Bataev <a.bataev@outlook.com> | 2022-09-19 14:00:17 -0700 |
commit | ce39bdbd65e840f1b58a642f8d361898ac99cef3 (patch) | |
tree | 8cd32bc2ea6e893f0ba652755175825476cf499c /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | |
parent | ef253d9b47302a0bcb69adb83598dd6c55e904bb (diff) | |
download | llvm-ce39bdbd65e840f1b58a642f8d361898ac99cef3.zip llvm-ce39bdbd65e840f1b58a642f8d361898ac99cef3.tar.gz llvm-ce39bdbd65e840f1b58a642f8d361898ac99cef3.tar.bz2 |
[SLP][NFC]Reorder gather nodes with reused scalars, NFC.
The compiler does not reorder the gather nodes with reused scalars, just
does it for opernads of the user nodes. This currently does not affect
the compiler but breaks internal logic of the SLP graph. In future, it
is supposed to actually use all nodes instead of just list of operands
and this will affect the vectorization result.
Also, did some early check to avoid complex logic in cost estimation
analysis, should improve compiler time a bit.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp')
0 files changed, 0 insertions, 0 deletions