[PATCH] D104595: [NFC] [LoopIdiom] Let processLoopStridedStore able to take SCEV as Store Size
Yueh-Ting Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 19 07:26:21 PDT 2021
eopXD created this revision.
Herald added subscribers: javed.absar, hiraditya.
eopXD requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Letting it take SCEV allows further modification on the function to optimize
if the StoreSize / Stride is runtime determined.
This is a proceeding of D104179 <https://reviews.llvm.org/D104179>, the big picture is to version on the top-loop
using LoopNest structure, with the branching condition to be runtime checks
that makes the optimization do-able.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D104595
Files:
llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104595.353195.patch
Type: text/x-patch
Size: 7895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210619/3f841ef8/attachment.bin>
More information about the llvm-commits
mailing list