forked from OSchip/llvm-project
c06b7e2ab5
In getCastInstrCost() when comparing different sizes for src and dst types we should be using the TypeSize comparison operators instead of relying upon TypeSize being converted a uin64_t. Previously this meant we were dropping the scalable property and treating fixed and scalable vector types the same. Differential Revision: https://reviews.llvm.org/D83461 |
||
---|---|---|
.. | ||
aggregates.ll | ||
bswap.ll | ||
cast.ll | ||
cmp.ll | ||
div.ll | ||
div_cte.ll | ||
free-widening-casts.ll | ||
gep.ll | ||
kryo.ll | ||
lit.local.cfg | ||
select.ll | ||
shuffle-broadcast.ll | ||
shuffle-select.ll | ||
shuffle-transpose.ll | ||
store.ll | ||
sve-bitcast.ll | ||
sve-fixed-length.ll | ||
vector-reduce.ll |