[PATCH] D52105: [WebAssembly] Add V128 value type to binary format

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 18 18:11:59 PDT 2018


tlively marked 3 inline comments as done.
tlively added inline comments.


================
Comment at: test/MC/WebAssembly/types.ll:1
+; RUN: llc -wasm-enable-unimplemented-simd -mattr=+sign-ext,+simd128 -filetype=obj %s -o - | obj2yaml | FileCheck %s
+
----------------
aheejin wrote:
> What's the purpose of this test?
It checks that the ValTypes are emitted to an object file correctly, including the new V128 one.


Repository:
  rL LLVM

https://reviews.llvm.org/D52105





More information about the llvm-commits mailing list