[PATCH] D44329: [WebAssembly] Added initial AsmParser implementation.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 20 11:30:01 PDT 2018


sbc100 added a comment.

Want to land this @dschuff ?   Or I can if you prefer.



================
Comment at: lib/Target/WebAssembly/WebAssemblyRegisterInfo.td:39
 def F64_0 : WebAssemblyReg<"%f64.0">;
-def V128_0: WebAssemblyReg<"%v128">;
+
+def V4F32_0: WebAssemblyReg<"%v4f32">;
----------------
"used a" -> "used as"


https://reviews.llvm.org/D44329





More information about the llvm-commits mailing list