Fixed stack objects do not specify alignments, but their offsets are known.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 10 Jul 2006 21:37:44 +0000 (21:37 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 10 Jul 2006 21:37:44 +0000 (21:37 +0000)
commit1e60c098cc045f9b183b752625fe61bda97b8f0a
tree0e7575e5119da0b5b6ed90657a455373b6c2d460
parentd9989384592a3bd9dd374470a723ca8303071a2d
Fixed stack objects do not specify alignments, but their offsets are known.
Use that information when doing the transformation to merge multiple loads
into a 128-bit load.

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