anza-xyz / move

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

Allow passing opt level to the llvm optimizer #430

Closed ksolana closed 8 months ago

ksolana commented 8 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.