[MIPS] Fix signed overflow in DADDIU emulation
authorVedant Kumar <vsk@apple.com>
Tue, 11 Sep 2018 23:04:05 +0000 (23:04 +0000)
committerVedant Kumar <vsk@apple.com>
Tue, 11 Sep 2018 23:04:05 +0000 (23:04 +0000)
commita4529b00e4228aa152b7dea0e4cedaecce451913
tree79f18f37659843380373366e39ab8e21e1246327
parent73e04847bfe7b887cd9a62cb2fd6530cc84bea53
[MIPS] Fix signed overflow in DADDIU emulation

This fixes a signed integer overflow diagnostic reported by ubsan.

rdar://44353380

llvm-svn: 342008
lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp