[llvm] [WebAssembly] getMemoryOpCost and getCastInstrCost (PR #122896)
Sam Parker via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 01:12:48 PST 2025
================
@@ -0,0 +1,251 @@
+; RUN: opt -mattr=+simd128 -passes=loop-vectorize %s | llc -mtriple=wasm32 -mattr=+simd128 -verify-machineinstrs -o - | FileCheck %s
----------------
sparker-arm wrote:
Because as the vectorizer TTI hooks are implemented and improved, we can see how the codegen changes.
https://github.com/llvm/llvm-project/pull/122896
More information about the llvm-commits
mailing list