[llvm] [X86][MC] Added support for -msse2avx option in llvm-mc (PR #96860)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 22:30:41 PDT 2024


================
@@ -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


More information about the llvm-commits mailing list