[PATCH] D157698: [AArch64][SME] Non-streaming compatible SCVTF emitted with --force-streaming-compatible-sve

Dinar Temirbulatov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 03:06:15 PDT 2023


dtemirbulatov created this revision.
dtemirbulatov added reviewers: sdesmalen, hassnaa-arm, kmclaughlin, MattDevereau, benmxwl-arm.
Herald added subscribers: ctetreau, hiraditya, kristof.beyls.
Herald added a project: All.
dtemirbulatov requested review of this revision.
Herald added a project: LLVM.

For scalar integer to float converts currently we emit NEON version of convert instrction for Streaming Compatible SVE, this change fixes the issue,


https://reviews.llvm.org/D157698

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-to-fp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157698.549315.patch
Type: text/x-patch
Size: 6075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230811/baf34325/attachment.bin>


More information about the llvm-commits mailing list