1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/test/Transforms/BDCE
Nikita Popov 93b123f786 [DCE] Don't remove non-willreturn calls
In both ADCE and BDCE (via DemandedBits) we should not remove
instructions that are not guaranteed to return. This issue was
pointed out by fhahn in the recent llvm-dev thread.

Differential Revision: https://reviews.llvm.org/D96993
2021-02-19 12:35:40 +01:00
..
basic.ll
dbg-multipleuses.ll
dce-pure.ll [DCE] Don't remove non-willreturn calls 2021-02-19 12:35:40 +01:00
dead-uses.ll
dead-void-ro.ll [DCE] Don't remove non-willreturn calls 2021-02-19 12:35:40 +01:00
intrinsics.ll
invalidate-assumptions.ll
order.ll
pr26587.ll
pr41925.ll
sext_multi_uses.ll
vectors-inseltpoison.ll
vectors.ll
willreturn.ll [DCE] Don't remove non-willreturn calls 2021-02-19 12:35:40 +01:00