[PATCH] D117944: [AARCH64][NEON] Allow to sink operands for aarch64_neon_pmull.

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 22:56:55 PST 2022


sunho created this revision.
sunho added reviewers: fhahn, dmgreen.
sunho created this object with edit policy "Only User: sunho (Sunho Kim)".
Herald added subscribers: hiraditya, kristof.beyls.
sunho requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This teaches AArch64TargetLowering::shouldSinkOperands to sink the operands of aarch64_neon_pmull intrinsic.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117944

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/neon-vmull-high-p8.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117944.402175.patch
Type: text/x-patch
Size: 7472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220122/e42e5060/attachment.bin>


More information about the llvm-commits mailing list