[clang] [compiler-rt] [llvm] Reland "[X86][AVX10.2] Support AVX10.2 option and VMPSADBW/VADDP[D,H,S] new instructions (#101452)" (PR #101616)

Shengchen Kan via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 1 23:38:42 PDT 2024


================
@@ -214,6 +214,10 @@ InstructionContext RecognizableInstr::insnContext() const {
           insnContext = EVEX_KB_U(IC_EVEX_W_XD);
         else if (OpPrefix == X86Local::PS)
           insnContext = EVEX_KB_U(IC_EVEX_W);
+        else {
+          errs() << "Instruction does not use a prefix: " << Name << "\n";
----------------
KanRobert wrote:

ditto

https://github.com/llvm/llvm-project/pull/101616


More information about the cfe-commits mailing list