[PATCH] D71071: [LV] Pick correct BB as insert point when fixing PHI for FORs.
Ayal Zaks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 6 01:51:13 PST 2019
Ayal added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/SystemZ/predicated-first-order-recurrence.ll:3
+; RUN: opt -loop-vectorize -mtriple=s390x-ibm-linux -mcpu=z13 -force-vector-width=2 -S %s | FileCheck %s
+
+ at A = external dso_local global [5 x i32], align 4
----------------
Ayal wrote:
> State what this test is designed to check?
> ("In the test case we predicate due to low trip count right? It might be worth calling that out." ;-)
Mention PR44020
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71071/new/
https://reviews.llvm.org/D71071
More information about the llvm-commits
mailing list