[klee-dev] klee with llvm-3.6?

Dan Liew dan at su-root.co.uk
Sun Mar 22 21:16:23 GMT 2015


On 22 March 2015 at 21:03, Cristian Cadar <c.cadar at imperial.ac.uk> wrote:
> I think there is some rationale for having that code there, as we have
> found it useful to have finer-grained control over optimisations in KLEE
> in order to improve performance.

You can run all LLVM optimisations outside of KLEE using the opt tool.
``opt`` is very flexible and provides all the control you could
probably want.
I would much rather see an external script or external tool that
processes the LLVM bitcode separately.



More information about the klee-dev mailing list