Check whether the given Opcode is a generic opcode that is not supposed to appear after ISel.
Declared in <llvm/CodeGen/TargetOpcodes.h>
bool
isPreISelGenericOpcode(unsigned int Opcode);
true if Opcode is a generic opcode which is not supposed to appear after ISel.
| Name | Description |
|---|---|
| Opcode | Instruction opcode to classify. |