mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
846acbeef1
Before conditional store vectorization/unrolling we had only one vectorized/unrolled basic block. After adding support for conditional store vectorization this will not only be one block but multiple basic blocks. The last block would have the back-edge. I updated the code to use a vector of basic blocks instead of a single basic block and fixed the users to use the last entry in this vector. But, I forgot to add the basic blocks to this vector! Fixes PR18724. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201028 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
ARM | ||
X86 | ||
XCore | ||
12-12-11-if-conv.ll | ||
2012-10-20-infloop.ll | ||
2012-10-22-isconsec.ll | ||
align.ll | ||
bsd_regex.ll | ||
bzip_reverse_loops.ll | ||
calloc.ll | ||
cast-induction.ll | ||
cpp-new-array.ll | ||
dbg.value.ll | ||
debugloc.ll | ||
ee-crash.ll | ||
flags.ll | ||
float-reduction.ll | ||
funcall.ll | ||
gcc-examples.ll | ||
global_alias.ll | ||
hoist-loads.ll | ||
i8-induction.ll | ||
if-conv-crash.ll | ||
if-conversion-edgemasks.ll | ||
if-conversion-nest.ll | ||
if-conversion-reduction.ll | ||
if-conversion.ll | ||
if-pred-stores.ll | ||
increment.ll | ||
induction_plus.ll | ||
induction.ll | ||
infiniteloop.ll | ||
intrinsic.ll | ||
lcssa-crash.ll | ||
lifetime.ll | ||
memdep.ll | ||
metadata-unroll.ll | ||
metadata-width.ll | ||
minmax_reduction.ll | ||
multi-use-reduction-bug.ll | ||
multiple-address-spaces.ll | ||
no_idiv_reduction.ll | ||
no_int_induction.ll | ||
no_outside_user.ll | ||
nofloat.ll | ||
non-const-n.ll | ||
nsw-crash.ll | ||
opt.ll | ||
phi-hang.ll | ||
ptr_loops.ll | ||
read-only.ll | ||
reduction.ll | ||
reverse_induction.ll | ||
reverse_iter.ll | ||
runtime-check-address-space.ll | ||
runtime-check-readonly-address-space.ll | ||
runtime-check-readonly.ll | ||
runtime-check.ll | ||
runtime-limit.ll | ||
safegep.ll | ||
same-base-access.ll | ||
scalar-select.ll | ||
scev-exitlim-crash.ll | ||
simple-unroll.ll | ||
small-loop.ll | ||
start-non-zero.ll | ||
store-shuffle-bug.ll | ||
struct_access.ll | ||
undef-inst-bug.ll | ||
unroll_novec.ll | ||
value-ptr-bug.ll | ||
vectorize-once.ll | ||
version-mem-access.ll | ||
write-only.ll |