OSDN Git Service

Fix a bug in the legalization of vector anyext-load and trunc-store. Mem Index starts...
authorNadav Rotem <nadav.rotem@intel.com>
Tue, 18 Oct 2011 22:32:43 +0000 (22:32 +0000)
committerNadav Rotem <nadav.rotem@intel.com>
Tue, 18 Oct 2011 22:32:43 +0000 (22:32 +0000)
commitfbf19ef1860e33b202ff73a269b8b0bf9157460e
treedd7fb999ae23ec2c77099e06d3758c85df5d5ad7
parente4824714026a528fe4cb08ad73e048066980eda6
Fix a bug in the legalization of vector anyext-load and trunc-store. Mem Index starts with zero.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142434 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
test/CodeGen/X86/2011-10-19-LegelizeLoad.ll [new file with mode: 0644]