diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-02-02 11:52:33 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-02-02 11:52:33 +0000 |
commit | 20ab6b875ad6cdc831351818775f73a91e56db09 (patch) | |
tree | 7f703e9244c575eda3f6b23c77542c251a597e5d /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h | |
parent | 28912c09b20909ae5ffde3ab3cdad2e3c65ae657 (diff) | |
download | bcm5719-llvm-20ab6b875ad6cdc831351818775f73a91e56db09.tar.gz bcm5719-llvm-20ab6b875ad6cdc831351818775f73a91e56db09.zip |
[X86][SSE] Use MOVMSK for all_of/any_of reduction patterns
This is a first attempt at using the MOVMSK instructions to replace all_of/any_of reduction patterns (i.e. an and/or + shuffle chain).
So far this only matches patterns where we are reducing an all/none bits source vector (i.e. a comparison result) but we should be able to expand on this in conjunction with improvements to 'bool vector' handling both in the x86 backend as well as the vectorizers etc.
Differential Revision: https://reviews.llvm.org/D28810
llvm-svn: 293880
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h')
0 files changed, 0 insertions, 0 deletions