[PATCH] D15104: Add support for fcomip, fucomip for Intel syntax

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 06:09:00 PST 2015


mcrosier added inline comments.

================
Comment at: test/MC/X86/intel-syntax.s:740
@@ +739,3 @@
+
+fcomip st, st(2)
+fucomip st, st(2)
----------------
Why is the mnemonic used in the inline asm different than the mnemonic emitted by llvm-mc (i.e., *ip vs *pi)?


Repository:
  rL LLVM

http://reviews.llvm.org/D15104





More information about the llvm-commits mailing list