[clang] [compiler-rt] [llvm] [X86] Support MOVRS and AVX10.2 instructions. (PR #113274)
    Phoebe Wang via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Oct 25 03:44:23 PDT 2024
    
    
  
================
@@ -0,0 +1,50 @@
+// RUN: %clang_cc1 -ffreestanding %s -Wno-implicit-function-declaration -triple=i386-- -target-feature +movrs -target-feature +avx10.2-512 -emit-llvm -verify
----------------
phoebewang wrote:
Thanks for the report, fixed by https://github.com/llvm/llvm-project/commit/c2d2b3b80866633b4db65c3841c40c16815267f3
https://github.com/llvm/llvm-project/pull/113274
    
    
More information about the llvm-commits
mailing list