[llvm-dev] Order of LLVM Transform passes?

Shishir V Jessu via llvm-dev llvm-dev at lists.llvm.org
Fri Mar 6 08:05:00 PST 2020


Hello,

I am writing an LLVM Transform pass whose behavior may need to change
depending on whether a different pass is run before or after it. How can I
find out which Transform passes are run in which order when I run opt?

Further, I assume that Analysis passes are always run prior to Transform
passes - is this correct? Thanks!

Regards,
Shishir Jessu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200306/9b4995b1/attachment.html>


More information about the llvm-dev mailing list