enum class CombinerObjective
Description
The combiner's goal may differ based on which pattern it is attempting to optimize.
Declared at: llvm/lib/CodeGen/MachineCombiner.cpp:303
Enumerators
Name | Value | Comment |
---|---|---|
MustReduceDepth | 0 | |
MustReduceRegisterPressure | 1 | |
Default | 2 |