[all-commits] [llvm/llvm-project] faf029: [Test][SCEV] Add tests where multiple assumes can ...
Max Kazantsev via All-commits
all-commits at lists.llvm.org
Fri Feb 10 01:23:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: faf029d9728fa9f9ead89d9ae442779427199850
https://github.com/llvm/llvm-project/commit/faf029d9728fa9f9ead89d9ae442779427199850
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
Log Message:
-----------
[Test][SCEV] Add tests where multiple assumes can be used to improve trip multiple
Add tests combining assume on trip count divisibility (TV % VF) and minimum/maximum
values (TC > N, TC < M).
Patch by Alon Kom!
Differential Revision: https://reviews.llvm.org/D143337
More information about the All-commits
mailing list