================ @@ -3745,7 +3749,22 @@ bool X86AsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, return false; } +void replaceSSE2AVXOpcode(MCInst &Inst) { ---------------- JaydeepChauhan14 wrote: Done https://github.com/llvm/llvm-project/pull/96860