Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/Preprocessor/predefined-arch-macros.c | ||
---|---|---|
2574 | Do the CHECK_SRF_M64-NOT trick to make sure AVXVNNIINT16 isn't defined without CHECK_ARLS_M64? |
llvm/test/CodeGen/X86/cpus-intel.ll | ||
---|---|---|
37 | Got it - does that mean we should have added "graniterapids_d" as well? |
llvm/test/CodeGen/X86/cpus-intel.ll | ||
---|---|---|
37 | Right! I realized that's a missing when I added here. But it may introduce conflict here so I prefer to add it in later patch. |
llvm/lib/TargetParser/X86TargetParser.cpp | ||
---|---|---|
430 | CK_ArrowlakeS? |
Do the CHECK_SRF_M64-NOT trick to make sure AVXVNNIINT16 isn't defined without CHECK_ARLS_M64?