The absolute values of this enum are important at least in that
they get printed by SelectionDAGISel. e.g:
`Before: -O2 ; After: -O0`
Paths
| Differential D57430
Add enum values to CodeGenOpt::Level ClosedPublic Authored by sbc100 on Jan 29 2019, 5:42 PM.
Details Summary The absolute values of this enum are important at least in that `Before: -O2 ; After: -O0`
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, kristina, aheejin. · View Herald TranscriptJan 29 2019, 5:42 PM This revision is now accepted and ready to land.Jan 29 2019, 5:57 PM Closed by commit rL352587: Add enum values to CodeGenOpt::Level (authored by sbc). · Explain WhyJan 29 2019, 6:10 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 184211 include/llvm/Support/CodeGen.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
|
Looks like not clang-formatted