[PATCH] D118470: [X86][avx512fp16] Promote fp16 to fp32 for frem.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 28 07:14:04 PST 2022
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/avx512fp16-frem.ll:4
+
+define half @frem(half %x, half %y) {
+; CHECK-LABEL: frem:
----------------
use nounwind to get rid of the cfi noise?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118470/new/
https://reviews.llvm.org/D118470
More information about the llvm-commits
mailing list