The missing info is gathered from X86.td.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/TargetParser/X86TargetParser.cpp | ||
---|---|---|
325 | I don't think i686 is supposed to have CMOV. There are some "6th generation" CPUs from Via maybe that don't have cmov. |
llvm/lib/TargetParser/X86TargetParser.cpp | ||
---|---|---|
325 | Nevermind. I guess we have it enabled for i686. So if I am remembering the Via CPUs correctly, the damage is already done. |
I don't think i686 is supposed to have CMOV. There are some "6th generation" CPUs from Via maybe that don't have cmov.