[PATCH] D104573: [AArch64] Optimize SVE bitcasts of unpacked types.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 18 15:05:27 PDT 2021


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

Target-independent code only knows how to spill to the stack; instead, use AArch64ISD::REINTERPRET_CAST.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104573

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/test/CodeGen/AArch64/sve-bitcast.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104573.353107.patch
Type: text/x-patch
Size: 5210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210618/6eec87f5/attachment.bin>


More information about the llvm-commits mailing list