summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorMarina Yatsina <marina.yatsina@intel.com>2016-01-20 14:03:47 +0000
committerMarina Yatsina <marina.yatsina@intel.com>2016-01-20 14:03:47 +0000
commit701938d64ef97b05451ad96aed032cf965405947 (patch)
tree154305e2016480b3a5403742afb34879009bdfc6 /lldb/packages/Python/lldbsuite/test
parenta6dc36f65e1453875d93fe2aedc5d4100a827b57 (diff)
downloadbcm5719-llvm-701938d64ef97b05451ad96aed032cf965405947.tar.gz
bcm5719-llvm-701938d64ef97b05451ad96aed032cf965405947.zip
Fixing bug in rL258132: [X86] Adding support for missing variations of X86 string related instructions
There was a bug in my rL258132 because there's an overloading of the "movsd" and "cmpsd" instructions, e.g. movsd can be either "Move Data from String to String" (the case I wanted to handle) or "Move or Merge Scalar Double-Precision Floating-Point Value" (the case that causes the asserts). Added code for escaping the unfamiliar scenarios and falling back to old behviour. Also changed the asserts to llvm_unreachable. llvm-svn: 258312
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud