[PATCH] D140773: [WebAssembly] Use `shufflevector` for shuffle

Petr Penzin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 5 11:10:38 PST 2023


penzn marked an inline comment as done.
penzn added a comment.

Moved the test out.



================
Comment at: llvm/test/CodeGen/WebAssembly/simd-shuffle.ll:1-2
+; RUN: llc < %s -asm-verbose=false -verify-machineinstrs -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -wasm-keep-registers -mattr=+simd128,+relaxed-simd | FileCheck %s
+; RUN: llc < %s -asm-verbose=false -verify-machineinstrs -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -wasm-keep-registers -mattr=+simd128,+relaxed-simd -fast-isel | FileCheck %s
+
----------------
Do we need both isel options? I felt bad about removing a test, but we don't check anything specific to the first run line.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140773/new/

https://reviews.llvm.org/D140773



More information about the cfe-commits mailing list