[PATCH] D157969: LoopVectorize/iv-select-cmp: add test for decreasing IV out-of-bound

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 05:34:37 PDT 2023


fhahn added a comment.

Thanks for adding the extra test coverage, LG!



================
Comment at: llvm/test/Transforms/LoopVectorize/iv-select-cmp.ll:455
 
+define i64 @not_vectorized_select_decreasing_induction_icmp_iv_out_of_bound(ptr nocapture readonly %a) {
+; CHECK-LABEL: @not_vectorized_select_decreasing_induction_icmp_iv_out_of_bound
----------------
might be helpful for future readers to add a quick comment to say what this test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157969



More information about the llvm-commits mailing list