Which optimization does LLVM perform?

前端 未结 1 1771
失恋的感觉
失恋的感觉 2021-02-19 18:58

I would like concretely to know what does the various optimizations levels of LLVM correspond to.

That is to say, I would like to know which optimization passes are EXAC

相关标签:
1条回答
  • 2021-02-19 19:43

    why are there two lists?

    Function and Module passes have their own pass managers and so print out separately.

    is there any similar option for other tools, especially "clang"

    With clang you can use -mllvm -debug-pass=Arguments.

    0 讨论(0)
提交回复
热议问题