[PATCH] D100487: [AArch64][SVE] Lower MULHU/MULHS nodes to umulh/smulh instructions

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 20 07:18:45 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGb8b075d8d744: [AArch64][SVE] Lower MULHU/MULHS nodes to umulh/smulh instructions (authored by bsmith).

Changed prior to commit:
  https://reviews.llvm.org/D100487?vs=338074&id=338860#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100487

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/test/CodeGen/AArch64/sve-expand-div.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-int-div.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-int-mulh.ll
  llvm/test/CodeGen/AArch64/sve-int-arith-imm.ll
  llvm/test/CodeGen/AArch64/sve-int-mulh-pred.ll
  llvm/test/CodeGen/AArch64/sve2-int-mulh.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100487.338860.patch
Type: text/x-patch
Size: 68853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210420/3bba0c7f/attachment.bin>


More information about the llvm-commits mailing list