Enhance interface with LLVM optimizations #2396
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Three related FIXMEs in
back::link
suggest adding back-end optimization levels other than-O2
, exposing and using lists of specific LLVM optimizations, or at least not duplicating the LLVM optimizer's list of-O2
optimizations.The text was updated successfully, but these errors were encountered: