[PATCH] D138309: [AArch64][SME]: Generate streaming-compatible code for int-reduce, fp-reduce
hassnaaHamdi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 18 08:59: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 VECREDUCE_(smin, smax, umin, umax, add, fadd). 2- Add testing files:
- int-reduce.ll
- fp-reduce.ll
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138309
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-reduce.ll
llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-reduce.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138309.476501.patch
Type: text/x-patch
Size: 28258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221118/e1df5a95/attachment.bin>
More information about the llvm-commits
mailing list