[PATCH] D117122: [NVPTX] Lower fp16 fminnum, fmaxnum to native on sm_80.
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 12 09:44:48 PST 2022
tra added a reviewer: tra.
tra accepted this revision.
tra added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/NVPTX/math-intrins.ll:202-203
+; CHECK-LABEL: min_half
+; F16-LABEL: min_half
+define half @min_half(half %a, half %b) {
----------------
Nit: I'd use a `CHECK-COMMON` label for this purpose and adjust RUN lines to check a combination of common and specific labels.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117122/new/
https://reviews.llvm.org/D117122
More information about the llvm-commits
mailing list