[llvm] [WebAssembly] Fix missed optimization in 50142 (PR #144741)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 18 14:55:00 PDT 2025


================
@@ -0,0 +1,22 @@
+; RUN: llc < %s -asm-verbose=false -verify-machineinstrs -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -wasm-keep-registers -mattr=+simd128 | FileCheck %s
----------------
lukel97 wrote:

You probably want to use ./utils/update_llc_test_checks.py to generate these, since they're much easier to update if any of the codegen ever changes, I think simd-arith.ll has an example of what it looks like

https://github.com/llvm/llvm-project/pull/144741


More information about the llvm-commits mailing list