================
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve < %s | FileCheck %s
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve,+sve-bfscale < %s | 
FileCheck %s
----------------
Lukacma wrote:

I am not sure this is a good idea. With this change we might miss when feature 
dependencies for other instructions accidentally get changed. You could either 
create separate test for this (this is what we usually do) or use attributes to 
specify new target-feature requirements for that intrinsic only. 

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

Reply via email to