[PATCH] D148980: [X86] Machine combine vnni instruction.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 22 05:31:20 PDT 2023
LuoYuanke added inline comments.
================
Comment at: llvm/test/CodeGen/X86/avxvnni-combine.ll:160
+; CHECK-NEXT: vmovdqa (%rsi,%r8), %ymm1
+; CHECK-NEXT: vpmaddwd -32(%rdx,%r8), %ymm0, %ymm2
+; CHECK-NEXT: vpaddd -32(%rsi,%r8), %ymm2, %ymm2
----------------
vpmaddwd and vmovdqa (line 159) can be issued in parallel.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148980/new/
https://reviews.llvm.org/D148980
More information about the llvm-commits
mailing list