[PATCH] D131018: [AArch64] A tablegen pattern to handle pmull2

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 14:15:55 PDT 2022


efriedma added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/pmull-ldr-merge.ll:33
 ; CHECK-NEXT:    fmov d1, x9
-; CHECK-NEXT:    pmull v0.1q, v0.1d, v1.1d
+; CHECK-NEXT:    dup v1.2d, v1.d[0]
+; CHECK-NEXT:    pmull2 v0.1q, v0.2d, v1.2d
----------------
Are you intentionally avoiding the variant of "dup" that takes a GPR operand (DUPv2i64gpr)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131018



More information about the llvm-commits mailing list