[PATCH] D18429: Add lowering support for llvm.experimental.deoptimize

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 18:32:36 PDT 2016


jlebar added a subscriber: jlebar.
jlebar added a comment.

Hi, I think this may be broken.

In particular, I tried to land http://reviews.llvm.org/rL265092, which turns on an assertion, but had to back it out because it asserts on the test added here.  (The assertion is currently only run with -debug, which is doubly bad, because now your code can break for unrelated reasons while you're trying to debug it!)

Would you mind having a look?  Bonus points if you reland http://reviews.llvm.org/rL265092 after fixing the issue.


Repository:
  rL LLVM

http://reviews.llvm.org/D18429





More information about the llvm-commits mailing list