================
@@ -140,6 +141,10 @@ 
llvm::mc::RegisterMCTargetOptionsFlags::RegisterMCTargetOptionsFlags() {
       cl::init(true));
   MCBINDOPT(X86RelaxRelocations);
 
+  static cl::opt<bool> X86Sse2Avx(
+      "x86-sse2avx", cl::desc("Convert SSE Instructions to AVX Instructions"));
----------------
KanRobert wrote:

Use the same help info as driver and GNU assembler.

Specify that the assembler should encode SSE instructions with VEX prefix

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

Reply via email to