[X86] Add FeatureCMOV to athlon and athlon-tbird cpus.
authorCraig Topper <craig.topper@intel.com>
Sun, 26 Aug 2018 18:29:27 +0000 (18:29 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 26 Aug 2018 18:29:27 +0000 (18:29 +0000)
commitb68a78b9acf7c3875ccbeb8af4efc65c91bf06ba
tree78899156b02b17aac2f79ee65c5b348be0da3967
parent113cac3b159214cb6ac28d527075eb1c250bca9f
[X86] Add FeatureCMOV to athlon and athlon-tbird cpus.

Summary: This matches gcc and one cpuid dump I found online. Given that these are considered 7th generation x86 CPU it seems likely they support cmov since cmov was added by Intel in their 6th generation.

Reviewers: RKSimon, spatel

Reviewed By: RKSimon

Subscribers: llvm-commits

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

llvm-svn: 340706
llvm/lib/Target/X86/X86.td
llvm/test/CodeGen/X86/select.ll