Details
Details
- Reviewers
AsafBadouh delena igorb - Commits
- rG7a33dce4ef8e: [CLANG] [AVX512] [BUILTIN] Adding pmovzx{b|d|w}{w|d|q}{128|256|512} builtin to…
rC261471: [CLANG] [AVX512] [BUILTIN] Adding pmovzx{b|d|w}{w|d|q}{128|256|512} builtin to…
rL261471: [CLANG] [AVX512] [BUILTIN] Adding pmovzx{b|d|w}{w|d|q}{128|256|512} builtin…
Diff Detail
Diff Detail
Event Timeline
include/clang/Basic/BuiltinsX86.def | ||
---|---|---|
1581 | can you please change the order of ATTRS to be consistent with the rest of the file? |
can you please change the order of ATTRS to be consistent with the rest of the file?
I.e. (avx512bw,avx512vl) -> (avx512vl,avx512bw)