[PATCH] D41595: Incorrect operand sizes for some MMX instructions: punpcklwd, punpcklbw and punpckldq

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 27 15:08:41 PST 2017


craig.topper added inline comments.


================
Comment at: test/MC/X86/punpack-intel.s:1
+; RUN: not llvm-mc -x86-asm-syntax=intel -triple=x86_64 < %s 2>&1 | FileCheck %s
+
----------------
Just add these to intel-syntax.s and intel-syntax-error.s   I don't think its worth a new test file.


https://reviews.llvm.org/D41595





More information about the llvm-commits mailing list