add intrinsics and tests case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
../llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp | ||
---|---|---|
836 ↗ | (On Diff #39911) | add VK2, VK32 and VK64, please |
../llvm/lib/Target/X86/X86ISelLowering.cpp | ||
16431 ↗ | (On Diff #39911) | I think that MaskVT does not depend on VT. You just take 8 or 16 bits as one integer and broadcast them to all vector elements. |
16436 ↗ | (On Diff #39911) | "else" one line up, like |