summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-07-19 21:52:06 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-07-19 21:52:06 +0000
commit1d181bc992a4a037e6af47a94068932540d29040 (patch)
tree1df74272c7f8ab6fdf4555fd11f9c0b9a84b077c /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent8e75de21002f104e4c328b5f43cc031fcb48f45f (diff)
downloadbcm5719-llvm-1d181bc992a4a037e6af47a94068932540d29040.tar.gz
bcm5719-llvm-1d181bc992a4a037e6af47a94068932540d29040.zip
[X86][AVX] Use extract_subvector to reduce vector op widths (PR36761)
We have a number of cases where we fail to reduce vector op widths, performing the op in a larger vector and then extracting a subvector. This is often because by default it would create illegal types. This peephole patch attempts to handle a few common cases detailed in PR36761, which typically involved extension+conversion to vX2f64 types. Differential Revision: https://reviews.llvm.org/D49556 llvm-svn: 337500
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud