[llvm-commits] [llvm] r126182 - /llvm/trunk/test/MC/Disassembler/X86/enhanced.txt

Sean Callanan scallanan at apple.com
Mon Feb 21 18:19:19 PST 2011


Author: spyffe
Date: Mon Feb 21 20:19:18 2011
New Revision: 126182

URL: http://llvm.org/viewvc/llvm-project?rev=126182&view=rev
Log:
Added a testcase for the enhanced disassembly bug
fixed in r126147, where a field in the X86 decode
structure was being read as bits, not bytes.

Added:
    llvm/trunk/test/MC/Disassembler/X86/enhanced.txt

Added: llvm/trunk/test/MC/Disassembler/X86/enhanced.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/X86/enhanced.txt?rev=126182&view=auto
==============================================================================
--- llvm/trunk/test/MC/Disassembler/X86/enhanced.txt (added)
+++ llvm/trunk/test/MC/Disassembler/X86/enhanced.txt Mon Feb 21 20:19:18 2011
@@ -0,0 +1,4 @@
+# RUN: llvm-mc --edis %s -triple=x86_64-apple-darwin9 |& FileCheck %s
+
+# CHECK: [o:jne][w:	][0-p:-][0-l:10=10] <br> 0:[RIP/111](pc)=18446744073709551606
+0x0f 0x85 0xf6 0xff 0xff 0xff





More information about the llvm-commits mailing list