Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86InstrAVX512.td | ||
---|---|---|
4197 ↗ | (On Diff #45181) | you can pass only one predicate: let Predicates = [prd] in { .... } let Predicates = [prd, HasVLX] in { ..... } } |
Comment Actions
Yes I know . This is the title of this page: "[AVX512] Adding VPERMB instruction". The intrinsics page(D16296: [AVX512] Adding VPERMB Intrinsics ) depends on this page.