1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/test/Transforms/GVNHoist
Nikita Popov a78d45f1a3 [ValueTracking] Don't assume readonly function will return
This is similar to D94106, but for the
isGuaranteedToTransferExecutionToSuccessor() helper. We should not
assume that readonly functions will return, as this is only true for
mustprogress functions (in which case we already infer willreturn).
As with the DCE change, for now continue assuming that readonly
intrinsics will return, as not all target intrinsics have been
annotated yet.

Differential Revision: https://reviews.llvm.org/D95288
2021-01-24 10:40:21 +01:00
..
hoist-call.ll
hoist-convergent.ll
hoist-inline.ll
hoist-md.ll
hoist-more-than-two-branches.ll
hoist-mssa.ll
hoist-newgvn.ll
hoist-pr20242.ll
hoist-pr22005.ll
hoist-pr28606.ll
hoist-pr28933.ll
hoist-pr31891.ll
hoist-recursive-geps.ll
hoist-simplify-phi.ll
hoist-unsafe-pr31729.ll
hoist-very-busy.ll
hoist.ll
infinite-loop-direct.ll
infinite-loop-indirect.ll
int_sideeffect.ll
ld_hoist1.ll
ld_hoist_st_sink.ll
non-trivial-phi.ll
pr28626.ll
pr29031.ll
pr29034.ll
pr30216.ll
pr30499.ll
pr35222-hoist-load.ll
pr36787.ll
pr37445.ll
pr37808.ll
pr38807.ll
pr45442.ll