1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test/Transforms/Scalarizer
Roman Lebedev 8dc7c350a2 [Scalarizer] When gathering scattered scalar, don't replace it with itself
The (previously-crashing) test-case would cause us to seemingly-harmlessly
replace some use with something else, but we can't replace it with itself,
so we would crash.
2020-07-07 17:03:53 +03:00
..
basic.ll [Scalarizer] Centralize instruction DCE 2020-07-07 01:12:51 +03:00
cache-bug.ll
constant-extractelement.ll
constant-insertelement.ll
crash-bug.ll [Scalarizer] When gathering scattered scalar, don't replace it with itself 2020-07-07 17:03:53 +03:00
dbginfo.ll
dbgloc-bug.ll
intrinsics.ll
order-bug.ll
phi-bug.ll
phi-unreachable-pred.ll [Scalarizer] Centralize instruction DCE 2020-07-07 01:12:51 +03:00
scatter-order.ll
store-bug.ll
variable-extractelement.ll
variable-insertelement.ll
vector-gep.ll