summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
diff options
context:
space:
mode:
authorSilviu Baranga <silviu.baranga@arm.com>2015-11-03 16:27:04 +0000
committerSilviu Baranga <silviu.baranga@arm.com>2015-11-03 16:27:04 +0000
commit308a7c7ed441fe5637891345dc3c2a80c56dd217 (patch)
tree5779366e915a0f8eb3e193f6d45953ea227caa0a /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
parent2f344637d61b9721858db5f180d0b76a5e994334 (diff)
downloadbcm5719-llvm-308a7c7ed441fe5637891345dc3c2a80c56dd217.tar.gz
bcm5719-llvm-308a7c7ed441fe5637891345dc3c2a80c56dd217.zip
Fix PR25372 - teach replaceCongruentPHIs to handle cases where SE evaluates a PHI to a SCEVConstant
Summary: Since now Scalar Evolution can create non-add rec expressions for PHI nodes, it can also create SCEVConstant expressions. This will confuse replaceCongruentPHIs, which previously relied on the fact that SCEV could not produce constants in this case. We will now replace the node with a constant in these cases - or avoid processing the Phi in case of a type mismatch. Reviewers: sanjoy Subscribers: llvm-commits, majnemer Differential Revision: http://reviews.llvm.org/D14230 llvm-svn: 251938
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud