llvm::MachineInstr::isPreISelOpcode

Return true if this opcode should go through usual legalization steps.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isPreISelOpcode(QueryType Type = IgnoreBundle) const;

Return Value

True if this is a pre-ISel opcode.

Parameters

NameDescription
TypeHow to query when this instruction is part of a bundle.