diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-08-13 10:51:39 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-08-13 10:51:39 +0000 |
commit | 1a8d790cf5f89c1df718844f13e934e39bef6ef5 (patch) | |
tree | 31817f539c43873765d44b88f6733dd72932e5d7 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | dc06b0bc9ad055d06535462d91bfc2a744b2f589 (diff) | |
download | bcm5719-llvm-1a8d790cf5f89c1df718844f13e934e39bef6ef5.tar.gz bcm5719-llvm-1a8d790cf5f89c1df718844f13e934e39bef6ef5.zip |
[X86] SimplifyDemandedVectorElts - attempt to recombine target shuffle using DemandedElts mask (reapplied)
If we don't demand all elements, then attempt to combine to a simpler shuffle.
At the moment we can only do this if Depth == 0 as combineX86ShufflesRecursively uses Depth to track whether the shuffle has really changed or not - we'll need to change this before we can properly start merging combineX86ShufflesRecursively into SimplifyDemandedVectorElts.
The insertps-combine.ll regression is because XFormVExtractWithShuffleIntoLoad can't see through shuffles of different widths - this will be fixed in a follow-up commit.
Reapplying this as rL368307 had to be reverted as part of rL368660 to revert rL368276
llvm-svn: 368662
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions