[PATCH] D101574: [AArch64] Fix lowering for fshl/fshr with SVE types.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 29 14:44:00 PDT 2021


efriedma created this revision.
efriedma added reviewers: paulwalker-arm, bsmith, sdesmalen.
Herald added subscribers: hiraditya, kristof.beyls, tschuett.
efriedma requested review of this revision.
Herald added a project: LLVM.

These operations don't exist natively, so just let the target-independent code expand to plain shifts.

The generated sequences could probably be optimized a bit more, but they seem good enough for now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101574

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/llvm-ir-to-intrinsic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101574.341649.patch
Type: text/x-patch
Size: 4458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210429/67aa810e/attachment-0001.bin>


More information about the llvm-commits mailing list