[PATCH] D157525: [LV][AArch64] Enable scalable vectorization of loops that contain FREM instructions

Jolanta Jensen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 10:28:23 PDT 2023


jolanta.jensen created this revision.
jolanta.jensen added reviewers: mgabka, paulwalker-arm.
Herald added subscribers: artagnon, hiraditya, kristof.beyls.
Herald added a project: All.
jolanta.jensen requested review of this revision.
Herald added subscribers: llvm-commits, wangpc, alextsao1999.
Herald added a project: LLVM.

This patch enables scalable vectorization of loops that contain FREM
instructions when suitable vector library is available.

Depends on D156439 <https://reviews.llvm.org/D156439>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157525

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/frem.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157525.548672.patch
Type: text/x-patch
Size: 10532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230809/ff277337/attachment.bin>


More information about the llvm-commits mailing list