[PATCH] D138440: [AArch64][SME]: Add streaming-compatible testing files.

hassnaaHamdi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 08:27:07 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.

1- To generate code compatible to streaming mode:

- enable custom lowering for fcopysign, isd::fp_round, isd::fceil, isd::ffloor, isd::fnearbyint, isd::frint, isd::fround, isd::froundeven, isd::ftrunc.

2- Add testing files:

- fcopysign.ll
- fp-rounding.ll


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138440

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138440.476914.patch
Type: text/x-patch
Size: 42843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221121/85304f67/attachment.bin>


More information about the llvm-commits mailing list