]> granicus.if.org Git - llvm/commit
[X86] Move CPU features for Barcelona/K10 out of line
authorRoman Lebedev <lebedev.ri@gmail.com>
Tue, 6 Aug 2019 17:04:02 +0000 (17:04 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Tue, 6 Aug 2019 17:04:02 +0000 (17:04 +0000)
commitf3b72e98f87a1c547449cbfda75e29b2af709300
treeff6cc58706fe09e56236166a356939a166bf5b26
parent6fae83ec21ca715ec9163047bdda002e3a901270
[X86] Move CPU features for Barcelona/K10 out of line

Summary:
Cleans X86.td's Barcelona entry to be more like the others,
by moving the features out of the `Proc<>`, thus potentially
making it possible to inherit from them.
Split off from D63628

Reviewers: craig.topper, RKSimon

Reviewed By: craig.topper

Subscribers: hiraditya, jfb, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368061 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86.td