[clang] [compiler-rt] [llvm] [X86] Support MOVRS and AVX10.2 instructions. (PR #113274)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 22 23:50:46 PDT 2024
================
@@ -261,6 +261,7 @@ X86_FEATURE_COMPAT(AVX10_1, "avx10.1-256", 36)
X86_FEATURE_COMPAT(AVX10_1_512, "avx10.1-512", 37)
X86_FEATURE_COMPAT(AVX10_2, "avx10.2-256", 0)
X86_FEATURE_COMPAT(AVX10_2_512, "avx10.2-512", 0)
+X86_FEATURE_COMPAT(MOVRS, "movrs", 0)
----------------
phoebewang wrote:
Why putting it before ZU and using `X86_FEATURE_COMPAT`?
https://github.com/llvm/llvm-project/pull/113274
More information about the cfe-commits
mailing list