[PATCH] D138290: [AArch64][SME]: Generate streaming-compatible code for fp_arith and fp-fma

hassnaaHamdi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 05:32:37 PST 2022


hassnaa-arm created this revision.
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 FADD, FDIV, FMA, FMUL, FNEG, FSQRT, FSUB, and FABS.

2-Add testing files:

- fp_arith.ll
- fp-fma.ll


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138290

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138290.476439.patch
Type: text/x-patch
Size: 37585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221118/b534fcaa/attachment.bin>


More information about the llvm-commits mailing list