[PATCH] D60041: [X86] Merge the different CMOV instructions for each condition code into single instructions that store the condition code as an immediate.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 1 01:46:55 PDT 2019
lebedev.ri added a comment.
In D60041#1449413 <https://reviews.llvm.org/D60041#1449413>, @craig.topper wrote:
> -Give the new condition code operand an OperandType other than OPERAND_UNKNOWN. Now it its own X86 specific value. Maybe llvm-exegesis can make use of this to select appropriate values.
Yep, that helped, thanks!
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