Skip to content

Commit 7df4609

Browse files
committed
change comments and fixed tests
1 parent 7b19f4f commit 7df4609

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

llvm/lib/Target/AArch64/AArch64InstrInfo.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10378,9 +10378,9 @@ defm : PromoteBinaryv8f16Tov4f32<any_fdiv, FDIVv4f32>;
1037810378
defm : PromoteBinaryv8f16Tov4f32<any_fmul, FMULv4f32>;
1037910379
defm : PromoteBinaryv8f16Tov4f32<any_fsub, FSUBv4f32>;
1038010380

10381-
//===----------------------------===//
10382-
// 2024 Architecture Extensions:
10383-
//===----------------------------===//
10381+
//===-----------------------------------------------------===//
10382+
// Atomic floating-point in-memory instructions (FEAT_LSFE)
10383+
//===-----------------------------------------------------===//
1038410384

1038510385
let Predicates = [HasLSFE] in {
1038610386
// Floating-point Atomic Load

llvm/test/MC/AArch64/LSFE/directive-arch_extension-negative.s

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
.arch_extension lsfe
44
.arch_extension nolsfe
55
ldfadd h0, h1, [x2]
6-
// CHECK: ldfadd h0, h1, [x2]
6+
// CHECK: error: instruction requires: lsfe
7+
// CHECK-NEXT: ldfadd h0, h1, [x2]

llvm/test/MC/AArch64/LSFE/ldfmax-diagnostics.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ldfmaxl s0, s1, [x2, #4]
111111
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
112112

113113
//------------------------------------------------------------------------------
114-
// ldbfmax
114+
// LDBFMAX
115115
//------------------------------------------------------------------------------
116116

117117
ldbfmax s0, h1, [x2]

llvm/test/MC/AArch64/LSFE/ldfminnm-diagnostics.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ldfminnml s0, s1, [x2, #4]
111111
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
112112

113113
//------------------------------------------------------------------------------
114-
// ldbfminnm
114+
// LDBFMINNM
115115
//------------------------------------------------------------------------------
116116

117117
ldbfminnm s0, h1, [x2]

0 commit comments

Comments
 (0)