[PATCH] D99418: [AArch64][SVE] Improve codegen for select nodes with fixed types

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 26 08:01:03 PDT 2021


bsmith created this revision.
bsmith added reviewers: joechrisellis, peterwaller-arm, paulwalker-arm, c-rhodes.
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 support for lowering select nodes with fixed SVE types.

Additionally, move the existing fixed vselect tests to *-vselect.ll.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99418

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-fixed-length-fp-select.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-fp-vselect.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-int-select.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-int-vselect.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99418.333555.patch
Type: text/x-patch
Size: 96247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210326/0462a351/attachment-0001.bin>


More information about the llvm-commits mailing list