[X86] EltsFromConsecutiveLoads - store Loads on a per-element basis. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 10 Jul 2019 11:26:57 +0000 (11:26 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 10 Jul 2019 11:26:57 +0000 (11:26 +0000)
commitc9721935835b1608f1cc0d82f852aa4d2cb39a0d
tree755f06f93456f7eddc877d518a5a7fabd6fe4d2d
parentfcd978b0a6f50ce61bfbbb450fed16c4463ffcbf
[X86] EltsFromConsecutiveLoads - store Loads on a per-element basis. NFCI.

Cache the LoadSDNode nodes so we can easily map to/from the element index instead of packing them together - this will be useful for future patches for PR16739 etc.

llvm-svn: 365620
llvm/lib/Target/X86/X86ISelLowering.cpp