[PATCH] D28468: [X86] Fix for bugzilla 31576 - add support for "data32" instruction prefix

Marina Yatsina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 11:34:42 PST 2017


myatsina added a comment.

Can you see the tests? I've added comments next to them.
Do this tests capture what you meant?



================
Comment at: test/MC/X86/data-prefix-fail.s:8
+
+// ERR64: error: instruction requires: 16-bit mode
+// ERR32: error: instruction requires: 16-bit mode
----------------
This is the error checking test


================
Comment at: test/MC/X86/data-prefix16.s:5
+# CHECK: lgdtl 0
+data32 lgdt 0
----------------
And this is one of the 3 disassembly tests (the other 2 are below).


Repository:
  rL LLVM

https://reviews.llvm.org/D28468





More information about the llvm-commits mailing list