diff options
author | Max Kazantsev <max.kazantsev@azul.com> | 2017-12-19 09:10:21 +0000 |
---|---|---|
committer | Max Kazantsev <max.kazantsev@azul.com> | 2017-12-19 09:10:21 +0000 |
commit | fd95ee0c9af939ac33eb71164a9af84ebb6169dd (patch) | |
tree | abd08e82d385600c7e66c57eeff1c4ee698e0a6c /llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp | |
parent | ce6f2d01901fb8d0a32ef828b2b7ce73f239e76a (diff) | |
download | bcm5719-llvm-fd95ee0c9af939ac33eb71164a9af84ebb6169dd.tar.gz bcm5719-llvm-fd95ee0c9af939ac33eb71164a9af84ebb6169dd.zip |
[JumpThreading] Restrict PRE across instructions that don't pass control to successors
PRE in JumpThreading should not be able to hoist copy of non-speculable loads across
instructions that don't always transfer execution to their successors, otherwise they may
introduce an unsafe load which otherwise would not be executed.
The same problem for GVN was fixed as rL316975.
Differential Revision: https://reviews.llvm.org/D40347
llvm-svn: 321063
Diffstat (limited to 'llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp')
0 files changed, 0 insertions, 0 deletions