This is also a pre-commit change for D151696
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/TargetParser/X86TargetParser.def | ||
---|---|---|
262 | In X86.td westmere and silvermont also have FeaturePCLMUL |
llvm/include/llvm/TargetParser/X86TargetParser.def | ||
---|---|---|
262 | Yeah, that's what I wanted to mean. The miss for these two are also true, but no tests influenced yet. |
llvm/include/llvm/TargetParser/X86TargetParser.def | ||
---|---|---|
275 | double comma before +pclmul |
Comment Actions
LGTM - but it would be good to fix silvermont / westmere cases as well with suitable test coverage
Comment Actions
Thanks review! After D151696 landed, they can be both fixed and there will be more tests cover such missing like clang/test/Preprocessor/predefined-arch-macros.c. And about cpu_specific test coverage, I'll consider a way to refine.
In X86.td westmere and silvermont also have FeaturePCLMUL