[PATCH] D141850: [SCEV] Preserve divisibility and min/max information in applyLoopGuards

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


alonkom marked an inline comment as done.
alonkom added inline comments.


================
Comment at: llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll:397
 
+define void @test_trip_multiple_4_upper_lower_bounds(i32 %num) {
+; CHECK-LABEL: 'test_trip_multiple_4_upper_lower_bounds'
----------------
mkazantsev wrote:
> Please precommit tests as is, I want to see what exactly this patch changes.
https://reviews.llvm.org/D143337


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141850/new/

https://reviews.llvm.org/D141850



More information about the llvm-commits mailing list