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
- Build Status
Buildable 21920 Build 21920: arc lint + arc unit
Event Timeline
Comment Actions
LGTM - thanks
test/CodeGen/X86/select.ll | ||
---|---|---|
4 | You might be able reduce the checks with more use of CHECK, CMOV and NO-CMOV common prefixes? |
You might be able reduce the checks with more use of CHECK, CMOV and NO-CMOV common prefixes?