[PATCH] D135938: [X86] Add AVX-VNNI-INT8 instructions.

Freddy, Ye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 20:20:38 PDT 2022


FreddyYe added inline comments.


================
Comment at: llvm/test/CodeGen/X86/avxvnniint8-intrinsics.ll:6
+
+declare <4 x i32> @llvm.x86.avx2.vpdpbssd.128(<4 x i32>, <4 x i32>, <4 x i32>)
+
----------------
craig.topper wrote:
> Are there tests for commuting?
Hi Craig,
Can you show an example of commutable for source operands but none of then are destination? I cannot figure out a good way to add such test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135938



More information about the llvm-commits mailing list