[x86] simplify code; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 10 Nov 2021 18:26:16 +0000 (13:26 -0500)
committerSanjay Patel <spatel@rotateright.com>
Wed, 10 Nov 2021 18:29:57 +0000 (13:29 -0500)
commita8abd19b1073e0019ffe2b538cea5e9e0c6b9a27
treee46955f72e3156143b3a05afbb55242156e862a4
parent5424fb164a0fa68f4eec64325166b4f4d8898ae2
[x86] simplify code; NFC

We bail out if the types don't match, so it's clearer to
have a single variable to show that common type.
llvm/lib/Target/X86/X86ISelLowering.cpp