commit | 861969844e04ec2d8f14f80e9b6992124b6d85e2 | [log] [tgz] |
---|---|---|
author | Maksim Panchenko <maks@fb.com> | Thu Jul 05 23:32:42 2018 +0000 |
committer | Maksim Panchenko <maks@fb.com> | Thu Jul 05 23:32:42 2018 +0000 |
tree | 589eed642b6cc7811f83099cfb61858956e36705 | |
parent | 8c4cc472e7a67bd3b2b20cc4cf32d31af29bc7e9 [diff] |
[X86][Disassembler] Fix LOCK prefix disassembler support Summary: If LOCK prefix is not the first prefix in an instruction, LLVM disassembler silently drops the prefix. The fix is to select a proper instruction with a builtin LOCK prefix if one exists. Reviewers: craig.topper Reviewed By: craig.topper Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D49001 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336400 91177308-0d34-0410-b5e6-96231b3b80d8