[llvm] [WebAssembly] getMemoryOpCost and getCastInstrCost (PR #122896)
Petr Penzin via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 22:58:15 PST 2025
================
@@ -0,0 +1,251 @@
+; RUN: opt -mattr=+simd128 -passes=loop-vectorize %s | llc -mtriple=wasm32 -mattr=+simd128 -verify-machineinstrs -o - | FileCheck %s
----------------
ppenzin wrote:
Why is combining vectorizer with codegen necessary to test this patch? This test would depend on scheduling while the patch in only changing TTI.
https://github.com/llvm/llvm-project/pull/122896
More information about the llvm-commits
mailing list