Some instructions defined in table-gen files sets usesCustomInserter bit, which means it has to be lowered by target code and isn't actually valid instruction at MC level. So we should treat them like pseudo instructions. Reviewed By: gchatelet Differential Revision: https://reviews.llvm.org/D94898
4 lines
134 B
ArmAsm
4 lines
134 B
ArmAsm
# RUN: llvm-exegesis -mode=latency -opcode-name=SELECT_I8 2>&1 | FileCheck %s
|
|
|
|
CHECK: Unsupported opcode: isPseudo/usesCustomInserter
|