Fix the code creating VZEXT_LOAD so that it creates the right memoperand. Issue...
authorEli Friedman <eli.friedman@gmail.com>
Wed, 14 Sep 2011 23:42:45 +0000 (23:42 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 14 Sep 2011 23:42:45 +0000 (23:42 +0000)
commit322ea080ada5608de41f82127f053f754e459910
tree182baa79be3ff0fa3bf26602e64c23b1cc0d747d
parentf18544d1e55f6e8e3929c1bb840d8fb8709064d0
Fix the code creating VZEXT_LOAD so that it creates the right memoperand.  Issue spotted in -debug output.  I can't think of any practical effects at the moment, but it might matter if we start doing more aggressive alias analysis in CodeGen.

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