OSDN Git Service

[X86] Remove offset of 8 from the call to FuseInst for UNPCKLPDrr folding added in...
authorCraig Topper <craig.topper@intel.com>
Sun, 14 Jul 2019 04:13:33 +0000 (04:13 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 14 Jul 2019 04:13:33 +0000 (04:13 +0000)
commit8ddc185e3eb1bbf221855ff88e74e33e3afd543b
tree2bb1c30f48e376cd0c2041a96321db578fe88c01
parent99817393e7f5c5e8cda3c20f374c82520071a2ce
[X86] Remove offset of 8 from the call to FuseInst for UNPCKLPDrr folding added in r365287.

This was copy/pasted from above and I forgot to change it. We just
need the default offset of 0 here.

Fixes PR42616.

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