[PATCH] D141968: [NFC] Consolidate llvm::CodeGenOpt::Level handling
Scott Linder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 17 15:02:15 PST 2023
scott.linder added inline comments.
================
Comment at: llvm/include/llvm/Support/CodeGen.h:57
+ /// Code generation optimization level.
+ enum Level : IDType {
+ None = 0, ///< -O0
----------------
This is ABI breaking, so maybe we don't want/need to define the underlying type?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141968/new/
https://reviews.llvm.org/D141968
More information about the cfe-commits
mailing list