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

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 14:39:48 PDT 2016


dschuff added a comment.

I tried this locally by itself, and it looks like it broke test/Codegen/WebAssembly/offset.ll, userstack.ll, cfg-stackify.ll, mem-intrinsics.ll, and byval.ll (I'm guessing it just perturbs the codegen but it's not obvious why). Also the new tests crash; presumably we should mark this patch as dependent on https://reviews.llvm.org/D22590; I'll try to push that forward.


https://reviews.llvm.org/D21808





More information about the llvm-commits mailing list