[llvm-bugs] [Bug 48572] New: movd mm0, mm1 gets an invalid operand error
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Dec 21 15:51:30 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=48572
Bug ID: 48572
Summary: movd mm0, mm1 gets an invalid operand error
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: chris.sears at gmail.com
CC: craig.topper at gmail.com, llvm-bugs at lists.llvm.org,
llvm-dev at redking.me.uk, pengfei.wang at intel.com,
spatel+llvm at rotateright.com
In x86_64, movd mm0, mm1 gets an invalid operand error. gcc and icc both accept
this. The bug happens when there are two mmx register operands for movd. It
doesn't happen for movq or with only a single mmx register operand.
https://godbolt.org/z/7GEdrz
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201221/f1b5f373/attachment-0001.html>
More information about the llvm-bugs
mailing list