[PATCH] D86415: [SVE] Lower scalable vector ISD::FNEG operations.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 23 03:29:56 PDT 2020
paulwalker-arm created this revision.
Herald added subscribers: llvm-commits, psnobl, hiraditya, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: LLVM.
paulwalker-arm requested review of this revision.
Also updates isConstOrConstSplatFP to allow the mul(A,-1) -> neg(A)
transformation when -1 is expressed as an ISD::SPLAT_VECTOR.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D86415
Files:
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-fp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86415.287247.patch
Type: text/x-patch
Size: 10796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200823/e94a1fd7/attachment.bin>
More information about the llvm-commits
mailing list