llvm-project/llvm/test/Transforms/SROA
Stanislav Mekhanoshin a98d618f6e Fixed assertion in SROA if block has ho successors
BasicBlock::isLegalToHoistInto() asserts if block does not
have successors. The case is degenarate but assertion still
needs to be avoided.

https://bugs.llvm.org/show_bug.cgi?id=46280

Differential Revision: https://reviews.llvm.org/D81674
2020-06-11 15:15:19 -07:00
..
address-spaces.ll
addrspacecast.ll
alignment.ll AllocaInst should store Align instead of MaybeAlign. 2020-05-16 14:53:16 -07:00
alloca-address-space.ll
basictest.ll Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00
big-endian.ll
dbg-addr-diamond.ll
dbg-single-piece.ll
dead-inst.ll
fca.ll
mem-par-metadata-sroa.ll
non-integral-pointers.ll
phi-and-select.ll
phi-gep.ll Fixed assertion in SROA if block has ho successors 2020-06-11 15:15:19 -07:00
phi-with-duplicate-pred.ll
pointer-offset-size.ll AllocaInst should store Align instead of MaybeAlign. 2020-05-16 14:53:16 -07:00
ppcf128-no-fold.ll
pr26972.ll
pr37267.ll
preserve-nonnull.ll Make IRBuilder automatically set alignment on load/store/alloca. 2020-04-13 13:43:14 -07:00
scalable-vectors.ll [Transforms][SROA] Promote allocas with mem2reg for scalable types 2020-04-01 10:34:11 +00:00
select-gep.ll Process gep (select ptr1, ptr2) in SROA 2020-05-26 12:56:02 -07:00
slice-order-independence.ll
slice-width.ll
tbaa-struct.ll
vector-conversion.ll
vector-lifetime-intrinsic.ll
vector-promotion-different-size.ll
vector-promotion.ll
vectors-of-pointers.ll