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

Alon Kom via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 5 03:57:43 PST 2023


alonkom created this revision.
alonkom added a reviewer: mkazantsev.
Herald added a subscriber: StephenFan.
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 (TV % VF) and minimum/maximum values (TC > N, TC < M).


https://reviews.llvm.org/D143337

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143337.494896.patch
Type: text/x-patch
Size: 6857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230205/ef61b734/attachment.bin>


More information about the llvm-commits mailing list