[llvm] [WebAssembly] [Codegen] Add patterns for relaxed dot (PR #163266)
Jasmine Tang via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 14 15:36:57 PDT 2025
================
@@ -1711,6 +1711,26 @@ defm RELAXED_DOT :
"i16x8.relaxed_dot_i8x16_i7x16_s\t$dst, $lhs, $rhs",
"i16x8.relaxed_dot_i8x16_i7x16_s", 0x112>;
+def : Pat<
----------------
badumbatish wrote:
> I've also just noticed that the current implementation of these instructions are hard-coded for i7/i8 inputs but they need to be parameterized to support i15/i16.
i've added parameterization to the pattern, let me know if it works
https://github.com/llvm/llvm-project/pull/163266
More information about the llvm-commits
mailing list