summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2018-12-20 18:49:09 +0000
committerFlorian Hahn <flo@fhahn.com>2018-12-20 18:49:09 +0000
commitef307b8c262735dafd69b6acf5a11456c83d1473 (patch)
tree4b03d078da671094cf4cf45dcd45af26287162a5 /lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py
parent1f6189ed06398497f257460b2e8bfc7a5fc81bdc (diff)
downloadbcm5719-llvm-ef307b8c262735dafd69b6acf5a11456c83d1473.tar.gz
bcm5719-llvm-ef307b8c262735dafd69b6acf5a11456c83d1473.zip
[LAA] Avoid generating RT checks for known deps preventing vectorization.
If we found unsafe dependences other than 'unknown', we already know at compile time that they are unsafe and the runtime checks should always fail. So we can avoid generating them in those cases. This should have no negative impact on performance as the runtime checks that would be created previously should always fail. As a sanity check, I measured the test-suite, spec2k and spec2k6 and there were no regressions. Reviewers: Ayal, anemet, hsaito Reviewed By: Ayal Differential Revision: https://reviews.llvm.org/D55798 llvm-svn: 349794
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud