[clang] [llvm] [AArch64][llvm] Add intrinsics for SVE BFSCALE (PR #172025)

via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 16 07:49:47 PST 2025


================
@@ -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


More information about the cfe-commits mailing list