[Lldb-commits] [PATCH] D67227: [lldb] Extend and document TestIRInterpreter.py

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 1 07:43:56 PDT 2019


teemperor added a comment.

In D67227#1730144 <https://reviews.llvm.org/D67227#1730144>, @tatyana-krasnukha wrote:

> Another problem of the `test_ir_interpreter` is that it fails even when JIT fails despite it should test the interpreter.


Well, it also tests that the IRInterpreter is equivalent to what we would JIT (i.e., our interpreting-vs-JITing optimisation is actually working as intended).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67227/new/

https://reviews.llvm.org/D67227





More information about the lldb-commits mailing list