Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/tools/llvm-exegesis/lib/X86/
-
trunk/
-
tools/
-
llvm-exegesis/
-
lib/
-
X86/
-
Target.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D53430
[llvm-exegesis] Mark second-form X87 instructions as unsupported.
Closed
Public
Authored by
courbet
on Oct 19 2018, 3:52 AM.
Download Raw Diff
Details
Reviewers
gchatelet
Commits
rG8d0dd0ba0eca: [llvm-exegesis] Mark second-form X87 instructions as unsupported.
rL344782: [llvm-exegesis] Mark second-form X87 instructions as unsupported.
Summary
We only support the first form because we rely on information that is
only available there.
Diff Detail
Repository
rL LLVM
Event Timeline
courbet
created this revision.
Oct 19 2018, 3:52 AM
Herald
added a subscriber:
tschuett
.
·
View Herald Transcript
Oct 19 2018, 3:52 AM
Harbormaster
completed remote builds in
B23934: Diff 170181
.
Oct 19 2018, 3:52 AM
gchatelet
accepted this revision.
Oct 19 2018, 5:10 AM
This revision is now accepted and ready to land.
Oct 19 2018, 5:10 AM
Closed by commit
rL344782: [llvm-exegesis] Mark second-form X87 instructions as unsupported.
(authored by
courbet
).
·
Explain Why
Oct 19 2018, 5:26 AM
This revision was automatically updated to reflect the committed changes.