Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
clang/test/CodeGen/
-
test/
-
CodeGen/
-
strictfp_builtins.c
Hide Panel
f
Keyboard Reference
?
Differential
D97777
Add __builtin_isnan(__fp16) testcase
Closed
Public
Authored by
thopre
on Mar 2 2021, 9:06 AM.
Download Raw Diff
Details
Reviewers
mibintc
kpn
efriedma
sepavloff
rjmccall
jonpa
Commits
rG52bfe6605ab7: Add __builtin_isnan(__fp16) testcase
rGe77b5c40d576: Add __builtin_isnan(__fp16) testcase
Diff Detail
Repository
rG LLVM Github Monorepo
Unit Tests
Failed
Time
Test
40 ms
x64 windows > LLVM.ExecutionEngine/JITLink/AArch64::MachO_arm64_ehframe.test
50 ms
x64 windows > LLVM.ExecutionEngine/JITLink/AArch64::MachO_arm64_relocations.s
50 ms
x64 windows > LLVM.ExecutionEngine/JITLink/X86::ELF_skip_debug_sections.s
80 ms
x64 windows > LLVM.ExecutionEngine/JITLink/X86::ELF_weak_definitions.s
50 ms
x64 windows > LLVM.ExecutionEngine/JITLink/X86::ELF_x86-64_common.s
View Full Test Results (19 Failed)
Event Timeline
thopre
requested review of this revision.
Mar 2 2021, 9:06 AM
thopre
created this revision.
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Mar 2 2021, 9:06 AM
Herald
added a subscriber:
cfe-commits
.
·
View Herald Transcript
Harbormaster
completed remote builds in
B91592: Diff 327480
.
Mar 2 2021, 10:46 AM
rjmccall
accepted this revision.
Mar 2 2021, 11:03 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Mar 2 2021, 11:03 AM
This revision was landed with ongoing or failed builds.
Mar 2 2021, 1:01 PM
Closed by commit
rGe77b5c40d576: Add __builtin_isnan(__fp16) testcase
(authored by
thopre
).
·
Explain Why
This revision was automatically updated to reflect the committed changes.
thopre
added a commit:
rGe77b5c40d576: Add __builtin_isnan(__fp16) testcase
.
thopre
added a reverting change:
rG6d6e7132f9c7: Revert "Add __builtin_isnan(__fp16) testcase"
.
Mar 4 2021, 4:18 AM
thopre
reopened this revision.
Mar 4 2021, 5:02 AM
This revision is now accepted and ready to land.
Mar 4 2021, 5:02 AM
thopre
updated this revision to
Diff 328130
.
Mar 4 2021, 5:03 AM
Comment Actions
Adapt to revert of __builtin_isinf
This revision was landed with ongoing or failed builds.
Mar 4 2021, 5:03 AM
Closed by commit
rG52bfe6605ab7: Add __builtin_isnan(__fp16) testcase
(authored by
thopre
).
·
Explain Why
This revision was automatically updated to reflect the committed changes.
thopre
added a commit:
rG52bfe6605ab7: Add __builtin_isnan(__fp16) testcase
.
Harbormaster
completed remote builds in
B92043: Diff 328130
.
Mar 4 2021, 3:52 PM