]> granicus.if.org Git - llvm/commit
[X86] combineLoad - begun making the load split code more generic. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 17 Jun 2019 15:54:36 +0000 (15:54 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 17 Jun 2019 15:54:36 +0000 (15:54 +0000)
commit3ea8c2ac6a9772267d3ad442756cffca66c95f83
treedd38be66d48eb9b10ee061553bd79c82e7b2ffdd
parentbdd7b78551807d737c1d8a7f0541e899d67bb95c
[X86] combineLoad - begun making the load split code more generic. NFCI.

This is currently only used for ymm->xmm splitting but we shouldn't hardcode the offsets/alignment.

This is necessary for an upcoming patch to split under-aligned non-temporal vector loads.

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