[PATCH] D140318: [SVE] Restrict SVE fixed length extload/truncstore combine to float and double types.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 10:22:30 PST 2022


paulwalker-arm created this revision.
Herald added subscribers: psnobl, hiraditya, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
paulwalker-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Prior to this patch we would create floating point extending load
and truncating store operations involving fp128 types, which we
cannot lower.

Fixes #58530


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140318

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-fixed-length-fp128.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140318.483998.patch
Type: text/x-patch
Size: 8666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221219/1897dc77/attachment.bin>


More information about the llvm-commits mailing list