This is an archive of the discontinued LLVM Phabricator instance.

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
they get printed by SelectionDAGISel. e.g:

`Before: -O2 ; After: -O0`

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jan 29 2019, 5:42 PM
Harbormaster completed remote builds in B27481: Diff 184212.
aheejin accepted this revision.Jan 29 2019, 5:57 PM
aheejin added inline comments.
include/llvm/Support/CodeGen.h
55 ↗(On Diff #184212)

Looks like not clang-formatted

This revision is now accepted and ready to land.Jan 29 2019, 5:57 PM
sbc100 updated this revision to Diff 184219.Jan 29 2019, 6:02 PM
  • clang format
sbc100 marked an inline comment as done.Jan 29 2019, 6:02 PM
This revision was automatically updated to reflect the committed changes.