Code generation optimization level.
Synopsis
Declared in <llvm/Support/CodeGen.h>
enum class CodeGenOptLevel : int;
Members
Name |
Description |
|
No optimization (‐O0). |
|
Minimal optimization (‐O1). |
|
Default optimization (‐O2, ‐Os, ‐Oz). |
|
Aggressive optimization (‐O3). |
Non-Member Functions
Name |
Description |
createDwarfEHPass ‐ This pass mulches exception handling code into a form adapted to code generation. Required if using dwarf exception handling. |
|
Create a pass that expands large div/rem and floating‐point instructions. |
|
Return the standard CSEConfig for the given optimization level. |
|
Get the |
|
Parse |
Created with MrDocs