[PATCH] D126460: [SCEV] Add tests where assumes can be used to improve trip multiple.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 27 03:48:30 PDT 2022
fhahn requested changes to this revision.
fhahn added inline comments.
This revision now requires changes to proceed.
================
Comment at: llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll:107
+
+define void @test_trip_multiple_4_sge_5(i32 %num) {
+; CHECK-LABEL: @test_trip_multiple_4_sge_5
----------------
Could you also add variants of those tests with the order of the assumes swapped?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126460/new/
https://reviews.llvm.org/D126460
More information about the llvm-commits
mailing list