[PATCH] D51383: [WebAssembly] SIMD loads and stores

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 14:26:24 PDT 2018


tlively marked an inline comment as done.
tlively added inline comments.


================
Comment at: test/CodeGen/WebAssembly/offset-simd.td:1
+; RUN: llc < %s -disable-wasm-fallthrough-return-opt -wasm-keep-registers -wasm-disable-explicit-locals -wasm-enable-unimplemented-simd -mattr=+simd128,+sign-ext --show-mc-encoding | FileCheck %s --check-prefixes CHECK,SIMD128
+; RUN: llc < %s -disable-wasm-fallthrough-return-opt -wasm-keep-registers -wasm-disable-explicit-locals -mattr=+simd128,+sign-ext --show-mc-encoding | FileCheck %s --check-prefixes CHECK,SIMD128-VM
----------------
aheejin wrote:
> Oh not .td but .ll
Oops, fixed.


Repository:
  rL LLVM

https://reviews.llvm.org/D51383





More information about the llvm-commits mailing list