Return true if this opcode should go through usual legalization steps.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isPreISelOpcode(QueryType Type = IgnoreBundle) const;
True if this is a pre-ISel opcode.
| Name | Description |
|---|---|
| Type | How to query when this instruction is part of a bundle. |