diff options
author | Marina Yatsina <marina.yatsina@intel.com> | 2016-01-20 14:03:47 +0000 |
---|---|---|
committer | Marina Yatsina <marina.yatsina@intel.com> | 2016-01-20 14:03:47 +0000 |
commit | 701938d64ef97b05451ad96aed032cf965405947 (patch) | |
tree | 154305e2016480b3a5403742afb34879009bdfc6 /lldb/packages/Python/lldbsuite/test | |
parent | a6dc36f65e1453875d93fe2aedc5d4100a827b57 (diff) | |
download | bcm5719-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