enum RegBankSelect::Mode
Description
List of the modes supported by the RegBankSelect pass.
Declared at: llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h:95
Enumerators
Name | Value | Comment |
---|---|---|
Fast | 0 | Assign the register banks as fast as possible (default). |
Greedy | 1 | Greedily minimize the cost of assigning register banks. This should produce code of greater quality, but will require more compile time. |