[PATCH] D21808: [WebAssembly] Handle debug information and virtual registers without crashing
Dominic Chen via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 16:37:24 PDT 2016
ddcc marked 2 inline comments as done.
ddcc added a comment.
You're right, it looks like the isDebug parameter wasn't being set correctly on MachineOperand's, so the nodbg iterator didn't do anything. The updated patch sets that parameter now, but I'm not sure if it's in the correct place, or if the other parameters (e.g. isUse, isKill, etc) also need to be set.
http://reviews.llvm.org/D21808
More information about the llvm-commits
mailing list