llvm-project/llvm/test/Transforms/VectorCombine/AArch64
Florian Hahn e2f6290e06
[VectorCombine] Discard ScalarizationResult state in early exit.
ScalarizationResult's destructor makes sure ToFreeze is not ignored if
set. Currently, scalarizeLoadExtract has an early exit if the index is
not safe directly. But when it is SafeWithFreeze, we need to discard the
state first, otherwise we hit the assert in the destructor.

Fixes PR51992.
2021-09-28 12:52:16 +01:00
..
extract-cmp-binop.ll [CostModel] Return an invalid cost for memory ops with unsupported types 2021-06-08 12:07:36 +01:00
lit.local.cfg
load-extract-insert-store-scalarization.ll [VectorCombine] Switch to using a worklist. 2021-09-22 09:54:58 +01:00
load-extractelement-scalarization.ll [VectorCombine] Discard ScalarizationResult state in early exit. 2021-09-28 12:52:16 +01:00
vscale-bitcast-shuffle-inseltpoison.ll
vscale-bitcast-shuffle.ll