summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestSetWatchpoint.py
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2015-11-07 00:36:50 +0000
committerMichael Kruse <llvm@meinersbur.de>2015-11-07 00:36:50 +0000
commit0651480b979fc4921e8a370cfbd302321c4e150f (patch)
treebad6b828ad142cd704518610a2feed89b7950364 /lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestSetWatchpoint.py
parent26f34fb6df5f52a6f8dd8b9659509e2f3a99c4cd (diff)
downloadbcm5719-llvm-0651480b979fc4921e8a370cfbd302321c4e150f.tar.gz
bcm5719-llvm-0651480b979fc4921e8a370cfbd302321c4e150f.zip
Fix non-affine region dominance of implicitely stored values
After loop versioning, a dominance check of a non-affine subregion's exit node causes the dominance check to always fail on any block in the subregion if it shares the same exit block with the scop. The subregion's exit block has become polly_merge_new_and_old, which also receives the control flow of the generated code. This would cause that any value for implicit stores is assumed to be not from the scop. We check dominance with the generated exit node instead. This fixes llvm.org/PR25438 llvm-svn: 252375
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestSetWatchpoint.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud