1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/Transforms/LoopVectorize/SystemZ
Florian Hahn 08bd3ef50c [LV] Pick correct BB as insert point when fixing PHI for FORs.
Currently we fail to pick the right insertion point when
PreviousLastPart of a first-order-recurrence is a PHI node not in the
LoopVectorBody. This can happen when PreviousLastPart is produce in a
predicated block. In that case, we should pick the insertion point in
the BB the PHI is in.

Fixes PR44020.

Reviewers: hsaito, fhahn, Ayal, dorit

Reviewed By: Ayal

Differential Revision: https://reviews.llvm.org/D71071
2019-12-07 19:32:00 +00:00
..
addressing.ll
branch-for-predicated-block.ll
lit.local.cfg
load-scalarization-cost-0.ll
load-scalarization-cost-1.ll
load-store-scalarization-cost.ll
mem-interleaving-costs-02.ll
mem-interleaving-costs.ll
pr38110.ll
predicated-first-order-recurrence.ll