[PATCH] D14953: Wrong FNSTSW size operator.
michael zuckerman via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 2 08:52:11 PST 2015
m_zuckerman removed rL LLVM as the repository for this revision.
m_zuckerman updated this revision to Diff 41636.
http://reviews.llvm.org/D14953
Files:
test/MC/X86/intel-syntax.s
Index: test/MC/X86/intel-syntax.s
===================================================================
--- test/MC/X86/intel-syntax.s
+++ test/MC/X86/intel-syntax.s
@@ -489,10 +489,12 @@
// CHECK: fnstsw %ax
// CHECK: fnstsw %ax
// CHECK: fnstsw %ax
+// CHECK: fnstsw (%eax)
fnstsw
fnstsw AX
fnstsw EAX
fnstsw AL
+fnstsw WORD PTR [EAX]
// CHECK: faddp %st(1)
// CHECK: fmulp %st(1)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14953.41636.patch
Type: text/x-patch
Size: 392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151202/282621df/attachment.bin>
More information about the llvm-commits
mailing list