anza-xyz / move

Move compiler targeting llvm supported backends
https://discord.gg/wFgfjG9J
Apache License 2.0
109 stars 34 forks source link

Allow passing opt level to the llvm optimizer #430

Closed ksolana closed 6 months ago

ksolana commented 6 months ago

The users of move compiler should not assume that the opt_level will always map to LLVMCodeGenOptLevel as the move-compiler may have its own set of optimizations.