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

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 14:17:20 PDT 2018


aheejin 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
----------------
Oh not .td but .ll


Repository:
  rL LLVM

https://reviews.llvm.org/D51383





More information about the llvm-commits mailing list