[PATCH] D138292: [AArch64][SME]: Generate streaming-compatible code for int-minmax, fp-minmax

hassnaaHamdi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 05:51:04 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 SMIN, SMAX, UMIN, UMAX, FMAXNUM, FMINNUM, FMAXIMUM, FMINIMUM.

2-Add testing files:

- int-minmax.ll
- fp-minmax.ll


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138292

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138292.476445.patch
Type: text/x-patch
Size: 31880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221118/03ceae9f/attachment.bin>


More information about the llvm-commits mailing list