[PATCH] D60041: [X86] Merge the different CMOV instructions for each condition code into single instructions that store the condition code as an immediate.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 1 08:50:57 PDT 2019


craig.topper added a comment.

In D60041#1449639 <https://reviews.llvm.org/D60041#1449639>, @RKSimon wrote:

> I have no objections to this but given the problems it raises to llvm-exegesis, would it be possible to add the setcc/jcc patches as child revisions so @courbet and @lebedev.ri can plan out the necessary changes?


I'm almost done with the setcc patch. I just need to correct the scheduler models for it. I can hopefully post it this evening. Then I'll start on jcc.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60041/new/

https://reviews.llvm.org/D60041





More information about the llvm-commits mailing list