[llvm] [clang] [FMV] Change feature priorities according to ACLE. (PR #79316)

Alexandros Lamprineas via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 30 03:15:14 PST 2024


================
@@ -659,21 +659,21 @@ int hoo(void) {
 //
 //
 // CHECK: Function Attrs: noinline nounwind optnone
-// CHECK-LABEL: define {{[^@]+}}@fmv_inline._Mfp16fmlMsimd
+// CHECK-LABEL: define {{[^@]+}}@fmv_inline._MsimdMfp16fml
 // CHECK-SAME: () #[[ATTR7]] {
 // CHECK-NEXT:  entry:
 // CHECK-NEXT:    ret i32 14
 //
 //
 // CHECK: Function Attrs: noinline nounwind optnone
-// CHECK-LABEL: define {{[^@]+}}@fmv_inline._Msm4Mfp
----------------
labrinea wrote:

Good point, noted. It is worth discussing this again.

https://github.com/llvm/llvm-project/pull/79316


More information about the cfe-commits mailing list