summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/make
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-11-19 18:40:59 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-11-19 18:40:59 +0000
commitc4861ab170f004237fbb9015d2a1878695773566 (patch)
tree757c19d0ed4da86fe2e5c2be1a675d57b3a17c33 /lldb/packages/Python/lldbsuite/test/make
parent5a47dc607e227fba76a572d79260fb176eb023c3 (diff)
downloadbcm5719-llvm-c4861ab170f004237fbb9015d2a1878695773566.tar.gz
bcm5719-llvm-c4861ab170f004237fbb9015d2a1878695773566.zip
[X86][SSE] Remove unnecessary bit-and in pshufb vector ctlz (PR39703)
SSE PSHUFB vector ctlz lowering works at the i4 nibble level. As detailed in PR39703, we were masking the lower nibble off but we only actually use it in the case where the upper nibble is known to be zero, making it safe to remove the mask and save an instruction. Differential Revision: https://reviews.llvm.org/D54707 llvm-svn: 347242
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/make')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud