2/3
vpshufbitqmb encoding
3/3
vpshufbitqmb intrinsics
Details
Details
- Reviewers
craig.topper RKSimon - Commits
- rL318904: [x86][icelake]BITALG
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Disassembler tests?
lib/Target/X86/X86ISelLowering.h | ||
---|---|---|
502 ↗ | (On Diff #123494) | Do you have a specific DAG usage in mind for VPSHUFBITQMB? If not maybe wait off on the opcode and just use an intrinsic? |
Comment Actions
If it supports masking we can't use the intrinsic in the tablegen as it would go against our normal lowering of intrinsics.
lib/Target/X86/X86InstrFragmentsSIMD.td | ||
---|---|---|
582 ↗ | (On Diff #123757) | Should this have SDTCisSameNumEltsAs<0,1> as well? |