<div dir="ltr"><div><div><div>When trying to narrow down which pass causes a failure with the static compiler, I will often produce an IR file that I will pass to the "opt" tool and enable/disable passes until I spot which pass causes the issue.<br><br></div>I am wondering how I might do that with the JIT. I don't know much about the JIT or the application that is using it, but as far as I can tell, the application sets up the JIT with an optimization level (i.e. -O2) and uses it. What I'd like to do instead is manually specify which passes are to be run (much like I do with opt).<br><br></div>Thanks for your help,<br><br></div>Nemanja<br></div>