[PATCH] D51264: [X86] Add FeatureCMOV to athlon and athlon-tbird cpus.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 26 05:45:53 PDT 2018


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM - thanks



================
Comment at: test/CodeGen/X86/select.ll:4
 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -mcpu=atom    | FileCheck %s --check-prefix=CHECK --check-prefix=ATOM
+; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -mcpu=athlon  | FileCheck %s --check-prefix=ATHLON
 ; RUN: llc < %s -mtriple=i386-intel-elfiamcu                 | FileCheck %s --check-prefix=MCU
----------------
You might be able reduce the checks with more use of CHECK, CMOV and NO-CMOV common prefixes?


Repository:
  rL LLVM

https://reviews.llvm.org/D51264





More information about the llvm-commits mailing list