[PATCH] D26855: New unsafe-fp-math implementation for X86 target

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 03:22:06 PST 2017


avt77 added inline comments.


================
Comment at: lib/Target/X86/X86InstrInfo.cpp:9523
+///
+///   vmovss  xmm1, dword ptr [rip + .LCPI0_0] # xmm1 = mem[0],zero,zero,zero
+///   vrcpss  xmm2, xmm0, xmm0
----------------
Gerolf wrote:
> input to this function are 7  parameters, the comment only lists 6.
I did not understand this comment: what should I do here?


https://reviews.llvm.org/D26855





More information about the llvm-commits mailing list