hanchenye-llvm-project/llvm/test/Transforms/Sink
Keno Fischer 5329174cb1 [Sink] Fix predicate in legality check
Summary:
isSafeToSpeculativelyExecute is the wrong predicate to use here.
All that checks for is whether it is safe to hoist a value due to
unaligned/un-dereferencable accesses. However, not only are we doing
sinking rather than hoisting, our concern is that the location
we're loading from may have been modified. Instead forbid sinking
any load across a critical edge.

Reviewers: majnemer

Subscribers: davide, llvm-commits

Differential Revision: https://reviews.llvm.org/D33179

llvm-svn: 305102
2017-06-09 19:31:10 +00:00
..
badloadsink.ll [Sink] Fix predicate in legality check 2017-06-09 19:31:10 +00:00
basic.ll
call.ll
catchswitch.ll
convergent.ll
fence.ll
landingpad.ll