Install the instruction selector used for subsequent selection.

Synopsis

Declared in <llvm/CodeGen/GlobalISel/InstructionSelect.h>

void
setInstructionSelector(InstructionSelector* NewISel);

Parameters

Name

Description

NewISel

Target instruction selector to use; must not be null when selecting.

Created with MrDocs