================
@@ -0,0 +1,79 @@
+// REQUIRES: aarch64-registered-target
+
+// RUN:                   %clang_cc1_cg_arm64_neon -target-feature +v8.5a      
     -emit-llvm %s -disable-O0-optnone | opt -S -passes=mem2reg,sroa | 
FileCheck %s --check-prefixes=LLVM
----------------
AbdallahRashed wrote:

yes without it I get this error
 always_inline function 'vrnd32x_f32' requires target feature 'v8.5a', but 
would be inlined into function 'test_vrnd32x_f32' that is compiled without 
support for 'v8.5a'
   15 |   return vrnd32x_f32(a);

https://github.com/llvm/llvm-project/pull/195021
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to