diff options
author | Alexey Bataev <a.bataev@outlook.com> | 2024-09-24 13:56:50 -0700 |
---|---|---|
committer | Alexey Bataev <a.bataev@outlook.com> | 2024-09-24 14:03:10 -0700 |
commit | d7dd31e41791d71ad81af9cc4e7a26b26d4cb27e (patch) | |
tree | fcf8095eb1a47ea40209d53007764c134d6567c4 /llvm/lib/Object/MachOObjectFile.cpp | |
parent | b9bd8ca24e46c1fd6fa343a248936e395f103765 (diff) | |
download | llvm-d7dd31e41791d71ad81af9cc4e7a26b26d4cb27e.zip llvm-d7dd31e41791d71ad81af9cc4e7a26b26d4cb27e.tar.gz llvm-d7dd31e41791d71ad81af9cc4e7a26b26d4cb27e.tar.bz2 |
[SLP]Better analysis of the repeated instructions during operands reordering
When doing the repeated instructions analysis, better to make the
reordering non-profitable, if the number of unique instructions is not
power-of-2. In this case better to keep power-of-2 elements as this
allows better vectorization.
Fixes https://github.com/llvm/llvm-project/issues/109725
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions