Group switch cases by opcode:
- VGATHERDPD
- VGATHERDPS
- VGATHERQPD
- VGATHERQPS
- VPGATHERDD
- VPGATHERDQ
- VPGATHERQD
- VPGATHERQQ
Distinguish masked vs non-masked forms by EVEX encoding.
Paths
| Differential D127719
[X86][NFC] Use mnemonic tables in validateInstruction 4/4 ClosedPublic Authored by Amir on Jun 13 2022, 11:48 PM.
Details Summary Group switch cases by opcode:
Distinguish masked vs non-masked forms by EVEX encoding.
Diff Detail
Event TimelineAmir added a parent revision: D127718: [X86][NFC] Use mnemonic tables in validateInstruction 3/4.Jun 13 2022, 11:48 PM craig.topper added inline comments.
This revision is now accepted and ready to land.Jun 14 2022, 10:35 AM This revision was landed with ongoing or failed builds.Jun 14 2022, 7:53 PM Closed by commit rG5965878d4dec: [X86][NFC] Use mnemonic tables in validateInstruction 4/4 (authored by Amir). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 436842 llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
|
Looking at the later uses, should this be uint64_t TSFlags = MII.get(Opcode).TSFlags;? It doesn't look like any other fields are used.