================ @@ -4141,6 +4145,15 @@ unsigned X86AsmParser::checkTargetMatchPredicate(MCInst &Inst) { return Match_Success; } +void ReplaceSSE2AVXOpcode(llvm::MCInst &Inst) { ---------------- JaydeepChauhan14 wrote: Done https://github.com/llvm/llvm-project/pull/96860