[clang] [llvm] [X86][MC] Added support for -msse2avx option in llvm-mc (PR #96860)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 10 22:10:52 PDT 2024
JaydeepChauhan14 wrote:
> How easy would it be to add an option for this to update inline asm? I'm not asking you to do this here, I just want to know if this approach would make it straightforward to add in the future.
As per my understanding we can easily utilize **GET_X86_SSE2AVX_TABLE** table for inline asm case too.
https://github.com/llvm/llvm-project/pull/96860
More information about the cfe-commits
mailing list