[PATCH] D157969: LoopVectorize/iv-select-cmp: add test for decreasing IV out-of-bound
Ramkumar Ramachandra via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 25 06:04:49 PDT 2023
artagnon added inline comments.
================
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
----------------
fhahn wrote:
> might be helpful for future readers to add a quick comment to say what this test
Thanks. Added in ad415e3095.
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