diff options
author | Florian Hahn <flo@fhahn.com> | 2018-12-20 18:49:09 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2018-12-20 18:49:09 +0000 |
commit | ef307b8c262735dafd69b6acf5a11456c83d1473 (patch) | |
tree | 4b03d078da671094cf4cf45dcd45af26287162a5 /lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py | |
parent | 1f6189ed06398497f257460b2e8bfc7a5fc81bdc (diff) | |
download | bcm5719-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/value/TestValueAPI.py')
0 files changed, 0 insertions, 0 deletions