summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize/ModularizeUtilities.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-02-19 14:08:24 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-02-19 14:08:24 +0000
commit352eba1c29202cdb783fd1209a2a8efe4eaa49f2 (patch)
tree224fe3b53a115a43cf69b0da37836cc2c92d83c9 /clang-tools-extra/modularize/ModularizeUtilities.cpp
parent5bb231c2797a50261358374ea118381f621ac956 (diff)
downloadbcm5719-llvm-352eba1c29202cdb783fd1209a2a8efe4eaa49f2.tar.gz
bcm5719-llvm-352eba1c29202cdb783fd1209a2a8efe4eaa49f2.zip
[x86] Dramatically improve v8i16 shuffle lowering by not using its
terribly complex partial blend logic. This code path was one of the more complex and bug prone when it first went in and it hasn't faired much better. Ultimately, with the simpler basis for unpack lowering and support bit-math blending, this is completely obsolete. In the worst case without this we generate different but equivalent instructions. However, in many cases we generate much better code. This is especially true when blends or pshufb is available. This does expose one (minor) weakness of the unpack lowering that I'll try to address. In case you were wondering, this is actually a big part of what I've been trying to pull off in the recent string of commits. llvm-svn: 229853
Diffstat (limited to 'clang-tools-extra/modularize/ModularizeUtilities.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud