Skip to content

Commit 51a4128

Browse files
[fixup] Misc alterations (NFC)
1 parent 3bf48e5 commit 51a4128

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

clang/include/clang/Basic/arm_sve_sme_incl.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ include "arm_immcheck_incl.td"
8888
// j: element type promoted to 64bits (splat to vector type)
8989
// K: element type bitcast to a signed integer (splat to vector type)
9090
// L: element type bitcast to an unsigned integer (splat to vector type)
91+
// !: mfloat8_t (splat to svmfloat8_t)
9192
//
9293
// i: constant uint64_t
9394
// k: int32_t
@@ -105,7 +106,6 @@ include "arm_immcheck_incl.td"
105106
// N: svfloat64_t
106107
// $: svbfloat16_t
107108
// ~: svmfloat8_t
108-
// !: mfloat8_t (splat to svmfloat8_t)
109109

110110
// J: Prefetch type (sv_prfop)
111111

llvm/lib/Target/AArch64/SVEInstrFormats.td

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10971,9 +10971,6 @@ multiclass sve2_fp8_dot_indexed_h<string asm, SDPatternOperator op> {
1097110971

1097210972
let Inst{20-19} = iop{2-1};
1097310973
let Inst{11} = iop{0};
10974-
10975-
let mayLoad = 1;
10976-
let mayStore = 0;
1097710974
}
1097810975

1097910976
def : SVE_4_Op_Pat<nxv8f16, op, nxv8f16, nxv16i8, nxv16i8, i32, !cast<Instruction>(NAME)>;
@@ -10984,9 +10981,6 @@ multiclass sve2_fp8_dot_indexed_s<string asm, SDPatternOperator op> {
1098410981
bits<2> iop;
1098510982

1098610983
let Inst{20-19} = iop{1-0};
10987-
10988-
let mayLoad = 1;
10989-
let mayStore = 0;
1099010984
}
1099110985

1099210986
def : SVE_4_Op_Pat<nxv4f32, op, nxv4f32, nxv16i8, nxv16i8, i32, !cast<Instruction>(NAME)>;

0 commit comments

Comments
 (0)