[PATCH] D138281: [AArch64][SME]: Generate streaming-compatible code for fp_to_int and int_to_fp.

hassnaaHamdi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 02:56:44 PST 2022


hassnaa-arm created this revision.
hassnaa-arm added reviewers: david-arm, sdesmalen.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
hassnaa-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Enable custome lowering fp_to_int, int_to_fp, and fp_round to generate
code compatible to streaming mode.
Add testing files:
fp_to_int.ll
int_to_fp.ll


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138281

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138281.476406.patch
Type: text/x-patch
Size: 112657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221118/a608c9da/attachment-0001.bin>


More information about the llvm-commits mailing list