Skip to content

Commit cbbc47b

Browse files
committed
change bits<1> -> bits<0> in one place
1 parent 0e4ddf1 commit cbbc47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/SMEInstrFormats.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ multiclass sme_vector_v_to_tile<string mnemonic, bit is_col> {
12721272
is_col, sme_elm_idx0_0, ZPR128, mnemonic>,
12731273
SMEPseudo2Instr<NAME # _Q, 1> {
12741274
bits<4> ZAd;
1275-
bits<1> imm;
1275+
bits<0> imm;
12761276
let Inst{3-0} = ZAd;
12771277
}
12781278

0 commit comments

Comments
 (0)