[PATCH] D51264: [X86] Add FeatureCMOV to athlon and athlon-tbird cpus.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 25 19:02:30 PDT 2018
craig.topper created this revision.
craig.topper added reviewers: RKSimon, spatel.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D51264
Files:
lib/Target/X86/X86.td
test/CodeGen/X86/select.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51264.162571.patch
Type: text/x-patch
Size: 16531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180826/b429dec0/attachment.bin>
More information about the llvm-commits
mailing list