enum RegBankSelect::Mode

Description

List of the modes supported by the RegBankSelect pass.

Declared at: llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h:95

Enumerators

NameValueComment
Fast0Assign the register banks as fast as possible (default).
Greedy1Greedily minimize the cost of assigning register banks. This should produce code of greater quality, but will require more compile time.