summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Diagnostic.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-07-21 14:54:17 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-07-21 14:54:17 +0000
commit88e0940d3bde4bf5c2a2997895830f4826174fd2 (patch)
treeaeaf06e123b72728b11273056def0ee75f839df3 /clang/lib/Basic/Diagnostic.cpp
parent5ad891f7193b2d7cc6578c2cbffe7d3a04e4617b (diff)
downloadbcm5719-llvm-88e0940d3bde4bf5c2a2997895830f4826174fd2.tar.gz
bcm5719-llvm-88e0940d3bde4bf5c2a2997895830f4826174fd2.zip
[X86][SSE] Allow folding of store/zext with PEXTRW of 0'th element
Under normal circumstances we prefer the higher performance MOVD to extract the 0'th element of a v8i16 vector instead of PEXTRW. But as detailed on PR27265, this prevents the SSE41 implementation of PEXTRW from folding the store of the 0'th element. Additionally it prevents us from making use of the fact that the (SSE2) reg-reg version of PEXTRW implicitly zero-extends the i16 element to the i32/i64 destination register. This patch only preferentially lowers to MOVD if we will not be zero-extending the extracted i16, nor prevent a store from being folded (on SSSE41). Fix for PR27265. Differential Revision: https://reviews.llvm.org/D22509 llvm-svn: 276289
Diffstat (limited to 'clang/lib/Basic/Diagnostic.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud