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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM - thanks
test/CodeGen/X86/select.ll | ||
---|---|---|
4 ↗ | (On Diff #162571) | You might be able reduce the checks with more use of CHECK, CMOV and NO-CMOV common prefixes? |