The absolute values of this enum are important at least in that
they get printed by SelectionDAGISel. e.g:
`Before: -O2 ; After: -O0`
Differential D57430
Add enum values to CodeGenOpt::Level Authored by sbc100 on Jan 29 2019, 5:42 PM.
Details The absolute values of this enum are important at least in that `Before: -O2 ; After: -O0`
Diff Detail
|
Looks like not clang-formatted