commit | eb7a553db86f5e1b0b8e67c77f94cab81bb54fe8 | [log] [tgz] |
---|---|---|
author | Simon Pilgrim <llvm-dev@redking.me.uk> | Thu Aug 08 16:05:23 2019 +0000 |
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | Thu Aug 08 16:05:23 2019 +0000 |
tree | 30f0cf9dd059306e14cfc3641f3a26e6d88acd2b | |
parent | 67c246bbe6a8042f1f8ce103303eedb4b06946f7 [diff] |
[X86] XFormVExtractWithShuffleIntoLoad - handle shuffle mask scaling If the target shuffle mask is from a wider type, attempt to scale the mask so that the extraction can attempt to peek through. Fixes the regression mentioned in rL368307 llvm-svn: 368308