[PATCH] D98348: [AArch64][SVE] Add fixed/scalable lowering of FMAXIMUM/FMINIMUM ISD nodes

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 10 06:55:25 PST 2021


bsmith created this revision.
bsmith added reviewers: paulwalker-arm, joechrisellis, peterwaller-arm, david-arm.
Herald added subscribers: psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
bsmith requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add lowering of FMAXIMUM and FMINIMUM ISD nodes for both scalable and fixed SVE types


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98348

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/test/CodeGen/AArch64/sve-fixed-length-fp-minmax.ll
  llvm/test/CodeGen/AArch64/sve-fp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98348.329653.patch
Type: text/x-patch
Size: 41261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210310/f987ea44/attachment-0001.bin>


More information about the llvm-commits mailing list