[PATCH] D50597: [WebAssembly] SIMD extract_lane

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 14 11:39:18 PDT 2018


aheejin added inline comments.


================
Comment at: test/CodeGen/WebAssembly/simd.ll:1
+; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-register-codegen-test-mode -wasm-enable-unimplemented-simd -mattr=+simd128,+sign-ext | FileCheck %s --check-prefixes CHECK,SIMD128
+; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-register-codegen-test-mode -mattr=+simd128,+sign-ext | FileCheck %s --check-prefixes CHECK,SIMD128-VM
----------------
Can you remove `-wasm-register-codegen-test-mode` in this and the other CL? rL339474 was reverted, so we don't have that option yet.


Repository:
  rL LLVM

https://reviews.llvm.org/D50597





More information about the llvm-commits mailing list