Skip to content

Commit 665b4f1

Browse files
authored
reference ACLE pull request on test file
1 parent f197b26 commit 665b4f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/test/CodeGen/AArch64/fmv-priority.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
// sme2 | | sme | bf16 | rcpc2 | rcpc | fp16 | simd | fp
1111
//
1212
// Dependencies should not affect priorities, since a
13-
// feature can only depend on lower priority features.
13+
// feature can only depend on lower priority features:
14+
// https://github.com/ARM-software/acle/pull/376
1415

1516
__attribute__((target_version("sme2+ls64"))) int fn(void);
1617
__attribute__((target_version("sme2+rcpc2"))) int fn(void);

0 commit comments

Comments
 (0)