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

Marina Yatsina via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 08:05:59 PST 2015


myatsina added inline comments.

================
Comment at: test/MC/X86/intel-syntax.s:740
@@ +739,3 @@
+
+fcomip st, st(2)
+fucomip st, st(2)
----------------
mcrosier wrote:
> Why is the mnemonic used in the inline asm different than the mnemonic emitted by llvm-mc (i.e., *ip vs *pi)?
Notice this test's output is in att syntax.
Also, the canonical form of the instruction was changed a while ago from "ip" to "pi" because of some bug in gas:
http://llvm.org/viewvc/llvm-project?view=revision&revision=118356




Repository:
  rL LLVM

http://reviews.llvm.org/D15104





More information about the llvm-commits mailing list