[PATCH] D126502: [SCEV] Apply conditions involving constants first in applyLoopGuards.
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 00:04:28 PST 2022
mkazantsev requested changes to this revision.
mkazantsev added a comment.
This revision now requires changes to proceed.
Marking as "request changes" just to reduce my list. Feel free to update when the comments are addressed!
================
Comment at: llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll:107
+define void @test_trip_multiple_4_uge_5_order_swapped(i32 %num) {
+; CHECK-LABEL: @test_trip_multiple_4_uge_5_order_swapped
----------------
Precommit test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126502/new/
https://reviews.llvm.org/D126502
More information about the llvm-commits
mailing list