diff options
author | Michael Kruse <llvm@meinersbur.de> | 2015-11-05 16:17:17 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2015-11-05 16:17:17 +0000 |
commit | 27149cf32dfbffb3738e96bdfda858712c758125 (patch) | |
tree | a88b38a39ab794049f9bcc34860df29f2c18030d /lldb/packages/Python/lldbsuite/test/functionalities/thread/TestNumThreads.py | |
parent | ab43b67397736a69473f1ed3eaea55eb8f14f3d6 (diff) | |
download | bcm5719-llvm-27149cf32dfbffb3738e96bdfda858712c758125.tar.gz bcm5719-llvm-27149cf32dfbffb3738e96bdfda858712c758125.zip |
Use per-BB value maps for non-exit BBs
For generating scalar writes of non-affine subregions, all except phi
writes are generated in the exit block. The phi writes are generated in
the incoming block for which we errornously used the same BBMap. This
can conflict if a value for one block is synthesized, and then reused
for another block which is not dominated by the first block. This is
fixed by using block-specific BBMaps for phi writes.
llvm-svn: 252172
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/thread/TestNumThreads.py')
0 files changed, 0 insertions, 0 deletions