[PATCH] D52106: [WebAssembly] Add v128 value type

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 11:18:14 PDT 2018


aheejin added inline comments.


================
Comment at: wasm/WriterUtils.cpp:189
+  case ValType::V128:
+    return "v128";
   case ValType::EXCEPT_REF:
----------------
Is there any reason why this is lowercase unlike others?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52106





More information about the llvm-commits mailing list