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

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 14:37:51 PDT 2016


jfb added inline comments.

================
Comment at: lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp:92
@@ -91,1 +91,3 @@
+        if (MO.getParent()->isDebugValue())
+          MO.setIsDebug();
         Changed = true;
----------------
This is the part that was missing for `use_nodbg_iterands` to skip?


http://reviews.llvm.org/D21808





More information about the llvm-commits mailing list