[PATCH] D126460: [SCEV] Add tests where assumes can be used to improve trip multiple.

Alon Kom via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 05:21:02 PDT 2022


alonkom created this revision.
alonkom added a reviewer: fhahn.
Herald added a project: All.
alonkom requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add tests combing assume on trip count divisibility (tc % vf) and minimum values (tc > N).
Github issue 55645.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126460

Files:
  llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126460.432253.patch
Type: text/x-patch
Size: 3591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220526/74486ab2/attachment.bin>


More information about the llvm-commits mailing list