]> granicus.if.org Git - llvm/commit
[X86] EltsFromConsecutiveLoads - ensure element reg/store sizes are the same size...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 10 Jul 2019 16:14:26 +0000 (16:14 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 10 Jul 2019 16:14:26 +0000 (16:14 +0000)
commitcf3debc6271b3dd418d924ecfe4a3918ee3b43ed
tree2512c6ca008e1b69af934ccc1a1894e97a9e8ceb
parent5cf57efaf1d288205b90837a2b658ded64826782
[X86] EltsFromConsecutiveLoads - ensure element reg/store sizes are the same size. NFCI.

This renames the type so it doesn't sound like its based off the load size - as we're moving towards supporting combining loads of different sizes.

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