[PATCH] D139078: [X86][FP16] Do not combine fminnum/fmaxnum for FP16 emulation
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 1 05:11:17 PST 2022
spatel added inline comments.
================
Comment at: llvm/test/CodeGen/X86/pr59258.ll:4
+
+define <8 x half> @cvt_and_clamp2(<8 x float>) {
+; CHECK-LABEL: cvt_and_clamp2:
----------------
Add `nounwind` to reduce .cfi noise?
================
Comment at: llvm/test/CodeGen/X86/pr59258.ll:170
+
+declare <8 x half> @llvm.maxnum.v16f16(<8 x half>, <8 x half>)
+declare <8 x half> @llvm.minnum.v16f16(<8 x half>, <8 x half>)
----------------
I don't think it changes anything, but shouldn't these calls be `@llvm.*.v8f16`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139078/new/
https://reviews.llvm.org/D139078
More information about the llvm-commits
mailing list