diff options
author | Alexey Bataev <a.bataev@outlook.com> | 2025-08-04 08:02:37 -0700 |
---|---|---|
committer | Alexey Bataev <a.bataev@outlook.com> | 2025-08-04 11:20:54 -0700 |
commit | e27831ff9b4aa31b7dd9b1caca2c4a6585573608 (patch) | |
tree | 2c890d905b2cf2e77bfe19cf297267d28769f721 /llvm/utils/FileCheck/FileCheck.cpp | |
parent | 66eadbb235320b476214c810f5bbdc0daa44d2d7 (diff) | |
download | llvm-e27831ff9b4aa31b7dd9b1caca2c4a6585573608.zip llvm-e27831ff9b4aa31b7dd9b1caca2c4a6585573608.tar.gz llvm-e27831ff9b4aa31b7dd9b1caca2c4a6585573608.tar.bz2 |
[SLP] Fix a check for main/alternate interchanged instruction
If the instruction is checked for matching the main instruction, need to
check if the opcode of the main instruction is compatible with the
operands of the instruction. If they are not, need to check the
alternate instruction and its operands for compatibility and return
alternate instruction as a match.
Fixes #151699
Fixed check for non-supported binary operations.
Diffstat (limited to 'llvm/utils/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions