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

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 09:26:49 PDT 2016


aprantl added a comment.

Sorry for being late to the party... Is my assumption correct that WebAssembly used only virtual registers (because it's an SSA-based representation with an infinite register file)?


https://reviews.llvm.org/D21808





More information about the llvm-commits mailing list