[llvm-dev] Confused about optimization pass order

Karl Rehm via llvm-dev llvm-dev at lists.llvm.org
Tue Jan 28 14:19:33 PST 2020


Hello,
I'm wondering how exactly LLVM deals with passes that open up opportunities
for other passes. For example, InstCombine says that it opens many
opportunities for dead code/store elimination. However, the reverse may
also be true. How does LLVM currently handle this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200128/dd7faba7/attachment.html>


More information about the llvm-dev mailing list