[PATCH] D109354: [LoopBoundSplit] Check the start value of split cond AddRec
    Max Kazantsev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Sep  9 21:24:51 PDT 2021
    
    
  
mkazantsev added inline comments.
================
Comment at: llvm/test/Transforms/LoopBoundSplit/loop-bound-split.ll:6
+; split condition is always true in pre-loop after transformation.
+define void @variable_split_loop_bound_inc_with_sgt(i64 %a, i64* noalias %src, i64* noalias %dst, i64 %n) {
+; CHECK-LABEL: @variable_split_loop_bound_inc_with_sgt(
----------------
This test's name is confusing. There is no `sgt` inside (and same with the next one).
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109354/new/
https://reviews.llvm.org/D109354
    
    
More information about the llvm-commits
mailing list