]> granicus.if.org Git - llvm/commit
[X86][AVX] Rename + cleanup lowerShuffleAsLanePermuteAndBlend. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 1 Sep 2019 16:04:28 +0000 (16:04 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 1 Sep 2019 16:04:28 +0000 (16:04 +0000)
commita9668dd1796e762201af31d33295539cadb14b45
treed9a60a582897788829a753620ba6eab2d720d02b
parentfe8bd23157bb34bc5f5d99ae6a905a9b9b746639
[X86][AVX] Rename + cleanup lowerShuffleAsLanePermuteAndBlend. NFCI.

Rename to lowerShuffleAsLanePermuteAndShuffle to make it clear that not just blends are performed.

Cleanup the in-lane shuffle mask generation to make it more obvious what's going on.

Some prep work noticed while investigating the poor shuffle code mentioned in D66004.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370613 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp