[all-commits] [llvm/llvm-project] 596587: [X86][NFC] Use mnemonic tables in validateInstruct...
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Tue Jun 14 19:53:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5965878d4dec9fba68136e776f71213186c1d443
https://github.com/llvm/llvm-project/commit/5965878d4dec9fba68136e776f71213186c1d443
Author: Amir Ayupov <aaupov at fb.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
Log Message:
-----------
[X86][NFC] Use mnemonic tables in validateInstruction 4/4
Group switch cases by opcode:
- VGATHERDPD
- VGATHERDPS
- VGATHERQPD
- VGATHERQPS
- VPGATHERDD
- VPGATHERDQ
- VPGATHERQD
- VPGATHERQQ
Distinguish masked vs non-masked forms by EVEX encoding.
Reviewed By: skan, craig.topper
Differential Revision: https://reviews.llvm.org/D127719
More information about the All-commits
mailing list