[X86] Fix a place where we created MOVQ2DQ with a DstVT other than v2i64.
authorCraig Topper <craig.topper@gmail.com>
Sun, 31 May 2020 00:03:53 +0000 (17:03 -0700)
committerCraig Topper <craig.topper@gmail.com>
Sun, 31 May 2020 02:47:07 +0000 (19:47 -0700)
commit1ecf39d607acdb04c2bb5155e5f7265db2484511
tree9928d7bc1b07817f3ff87fa8f1e815c97b6ca4e6
parentefc5857b0b121ffd0b74fcd7aa8c48419a3fe4fc
[X86] Fix a place where we created MOVQ2DQ with a DstVT other than v2i64.

The type profile and isel pattern have this type declared as
being MVT::v2i64. But isel skips the explicit type check due to
the type profile.
llvm/lib/Target/X86/X86ISelLowering.cpp