OSDN Git Service

GVNSink: Make ModelledPHIs constructor linear (and avoid edge case it worries about...
authorDaniel Berlin <dberlin@dberlin.org>
Wed, 20 Sep 2017 00:07:27 +0000 (00:07 +0000)
committerDaniel Berlin <dberlin@dberlin.org>
Wed, 20 Sep 2017 00:07:27 +0000 (00:07 +0000)
commit7098cc87ae02d1a721cc456c11ab068f5e2ced66
tree056fc9a8eb8e86bcadc945c3b01adf7348a93e5f
parent6562d76420ad5f0474dd923c6a56e53a3c23c874
GVNSink: Make ModelledPHIs constructor linear (and avoid edge case it worries about) by avoiding getIncomingValueForBlock

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313702 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GVNSink.cpp