[PATCH] D131828: [X86][FP16] Promote FP16->[U]INT to FP16->FP32->[U]INT
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 12 23:47:26 PDT 2022
LuoYuanke added inline comments.
================
Comment at: llvm/test/CodeGen/X86/half.ll:333
; CHECK-I686-NEXT: pextrw $0, %xmm0, %eax
; CHECK-I686-NEXT: movw %ax, (%esp)
+; CHECK-I686-NEXT: calll __extendhfsf2
----------------
In 32-bit mode, the half type is passed through stack or xmm register?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131828/new/
https://reviews.llvm.org/D131828
More information about the llvm-commits
mailing list