forked from OSchip/llvm-project
4a8e6ed2f7
This patch makes SLP and LV emit operations with initial vectors set to poison constant instead of undef. This is a part of efforts for using poison vector instead of undef to represent "doesn't care" vector. The goal is to make nice shufflevector optimizations valid that is currently incorrect due to the tricky interaction between undef and poison (see https://bugs.llvm.org/show_bug.cgi?id=44185 ). Reviewed By: fhahn Differential Revision: https://reviews.llvm.org/D94061 |
||
---|---|---|
.. | ||
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 | ||
zero_unroll.ll |