Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Event Timeline
llvm/lib/TargetParser/X86TargetParser.cpp | ||
---|---|---|
333 | add this as well? |
llvm/lib/TargetParser/X86TargetParser.cpp | ||
---|---|---|
333 | cpu names contain '-' are not supported for cpu_specific/dispatch feature since '-' is not an identifier character. The solution here is creating a new name with '_' replacing and set the OnlyForCPUDispatchSpecific as true, like icelake-client, icelake-server and goldmont-plus |
llvm/lib/TargetParser/X86TargetParser.cpp | ||
---|---|---|
419 | SPR has AVX512BF16 comparing to icelake-server, which is a X86_FEATURE_COMPAT feature. |
add this as well?