[PATCH] D60041: [X86] Merge the different CMOV instructions for each condition code into single instructions that store the condition code as an immediate.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 3 02:51:14 PDT 2019
courbet added a subscriber: gchatelet.
courbet added a comment.
In D60041#1452858 <https://reviews.llvm.org/D60041#1452858>, @RKSimon wrote:
> @lebedev.ri and @courbet Are you happy with this and D60138 <https://reviews.llvm.org/D60138>?
Yes, a specific OPERAND_TYPE lets us handle this correctly, even there are still details that are currently being ironed out by @gchatelet and @lebedev.ri.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60041/new/
https://reviews.llvm.org/D60041
More information about the llvm-commits
mailing list