[PATCH] D21808: [WebAssembly] Handle debug information and virtual registers without crashing

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 23:33:08 PDT 2016


echristo added a comment.

In https://reviews.llvm.org/D21808#516149, @ddcc wrote:

> No, it doesn't work with fast-isel; I believe there is a special fastLowerIntrinsicCall() hook that needs to implemented and a case for Intrinsic::dbg_declare. Since the two tests have overlapping functionality, I kept the more complex one.


Does need to work with fast-isel as well if that's on at O0 by default please.

Thanks!

-eric


https://reviews.llvm.org/D21808





More information about the llvm-commits mailing list