OSDN Git Service

[llvm-exegesis] Mark second-form X87 instructions as unsupported.
authorClement Courbet <courbet@google.com>
Fri, 19 Oct 2018 12:24:49 +0000 (12:24 +0000)
committerClement Courbet <courbet@google.com>
Fri, 19 Oct 2018 12:24:49 +0000 (12:24 +0000)
commit0624b8fbe06bc69928a056f5449fd2e15ca2a4bc
treea342517a5be2969503c9262558f6ad0aa2a379a4
parentddc35926a19e8ec4141629c813fa5f29289c852a
[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.

Reviewers: gchatelet

Subscribers: tschuett, llvm-commits

Differential Revision: https://reviews.llvm.org/D53430

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344782 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-exegesis/lib/X86/Target.cpp