[PATCH] Test case for adding support for parsing the XOR operator in Microsoft inline assembly

Marina Yatsina marina.yatsina at intel.com
Thu Jun 11 05:49:52 PDT 2015


Hi ehsan, mcrosier,

Test case for adding support for parsing the XOR operator in Microsoft inline assembly

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10384

Files:
  test/CodeGen/ms-inline-asm.c

Index: test/CodeGen/ms-inline-asm.c
===================================================================
--- test/CodeGen/ms-inline-asm.c
+++ test/CodeGen/ms-inline-asm.c
@@ -432,6 +432,8 @@
 // CHECK: mov eax, $$4294967292
   __asm mov eax, ~15
 // CHECK: mov eax, $$4294967280
+  __asm mov eax, 6 ^ 3
+// CHECK: mov eax, $$5
 // CHECK: "~{eax},~{dirflag},~{fpsr},~{flags}"()
 }

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10384.27497.patch
Type: text/x-patch
Size: 389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150611/685159aa/attachment.bin>


More information about the cfe-commits mailing list