]> granicus.if.org Git - llvm/commit
[X86] Fix some copy/paste mistakes that caused a VR128 to be used as the address...
authorCraig Topper <craig.topper@intel.com>
Fri, 22 Feb 2019 00:04:35 +0000 (00:04 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 22 Feb 2019 00:04:35 +0000 (00:04 +0000)
commit23e580ff12537d9e05115a25115fc3c328393cb7
treed46a2d6303390952587a235e46f392d3eeaf4d4f
parent29ba0a84bacfb0c029387d1049907c68bec9a8c7
[X86] Fix some copy/paste mistakes that caused a VR128 to be used as the address of a load in an isel pattern

This was introduced in r354511.

Fixes PR40811.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354640 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/pr40811.ll [new file with mode: 0644]