[llvm-dev] Optimization Record

Sooyeon Lee via llvm-dev llvm-dev at lists.llvm.org
Tue Nov 26 23:16:06 PST 2019


I want to know all the optimization applied by the passes.

I found two options in clang
1. -fsave-optimization-record  2. -Rpass-analysis=...

However, they have nothing to do with the interaction btw IR files(.ll)
Is there any tool that records all optimizations on IR file?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191127/267cc190/attachment.html>


More information about the llvm-dev mailing list