diff options
author | Alexey Bataev <a.bataev@outlook.com> | 2024-08-06 16:09:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 16:09:11 -0400 |
commit | af80d3a248101d6f5d9d5e229c7899136b8ce0b8 (patch) | |
tree | af86b31fe6fc77fb2c2d0da105827aa0fce4779b /llvm/lib/Object/COFFObjectFile.cpp | |
parent | 94d53984008bc83083fdc5b2edcd1ea4b8a9b8be (diff) | |
download | llvm-af80d3a248101d6f5d9d5e229c7899136b8ce0b8.zip llvm-af80d3a248101d6f5d9d5e229c7899136b8ce0b8.tar.gz llvm-af80d3a248101d6f5d9d5e229c7899136b8ce0b8.tar.bz2 |
[SLP]Better sorting of phi instructions by comparing type sizes (#102188)
Currently SLP vectorizer compares phi instructions by the type id of the
compared instructions, which may failed in case of different integer
types,
with the different sizes. Patch adds comparison by type sizes to fix
this.
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions