[PATCH] D32220: [X86][SSE2] Fix asm string for movq (Move Quadword) instruction

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 08:39:16 PDT 2017


craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lib/Target/X86/X86InstrSSE.td:4816
+// "movq" due to MacOS parsing limitation. In order to parse old assembly, we add
+// these eliases.
+def : InstAlias<"movd\t{$src, $dst|$dst, $src}",
----------------
aliases is mispelled.


https://reviews.llvm.org/D32220





More information about the llvm-commits mailing list