[PATCH] D35302: [IRCE] Recognize loops with unsigned latch conditions
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 3 04:23:24 PDT 2017
mkazantsev added inline comments.
================
Comment at: test/Transforms/IRCE/eq_ne.ll:18
; CHECK: test_01
; CHECK: main.exit.selector:
; CHECK-NEXT: [[PSEUDO_PHI:%[^ ]+]] = phi i32 [ %idx.next, %in.bounds ]
----------------
Also need to update the tests in the same manner for this file. I will do it later in a separate patch.
https://reviews.llvm.org/D35302
More information about the llvm-commits
mailing list