================ @@ -108,6 +109,10 @@ llvm::mc::RegisterMCTargetOptionsFlags::RegisterMCTargetOptionsFlags() { cl::desc("Emit internal instruction representation to assembly file")); MCBINDOPT(ShowMCInst); + static cl::opt<bool> SSE2AVX( + "msse2avx", cl::desc("Convert SSE Instructions to AVX Instructions")); ---------------- JaydeepChauhan14 wrote:
Done https://github.com/llvm/llvm-project/pull/96860 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits