Skip to content

Commit 667f1a2

Browse files
Update AArch64InstrFormats.td
1 parent 51f4591 commit 667f1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64InstrFormats.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5469,7 +5469,7 @@ multiclass IntegerToFPSIMDScalar<bits<2> rmode, bits<3> opcode, string asm, SDPa
54695469
// 64-bit to single-precision
54705470
def SDr: BaseIntegerToFPUnscaled<rmode, opcode, FPR64, FPR32, f32, asm, node> {
54715471
let Inst{31} = 1; // 64-bit FPR flag
5472-
let Inst{23-22} = 0b00; // 16-bit FPR flag
5472+
let Inst{23-22} = 0b00; // 32-bit FPR flag
54735473
}
54745474
}
54755475

0 commit comments

Comments
 (0)