Skip to content

Commit 948416e

Browse files
tangaacSixWeining
andauthored
Update llvm/lib/Target/LoongArch/LoongArchLASXInstrInfo.td
Co-authored-by: Lu Weining <[email protected]>
1 parent a71a98f commit 948416e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/LoongArch/LoongArchLASXInstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ def : Pat<(vector_insert v4f64:$vd, FPR64:$fj, uimm2:$imm),
15661566
def : Pat<(v8f32 (scalar_to_vector FPR32:$fj)),
15671567
(SUBREG_TO_REG (i64 0), FPR32:$fj, sub_32)>;
15681568
def : Pat<(v4f64 (scalar_to_vector FPR64:$fj)),
1569-
(SUBREG_TO_REG (i64 0), FPR64:$fj, sub_64)>;
1569+
(SUBREG_TO_REG (i64 0), FPR64:$fj, sub_64)>;
15701570

15711571
// XVPICKVE2GR_W[U]
15721572
def : Pat<(loongarch_vpick_sext_elt v8i32:$xd, uimm3:$imm, i32),

0 commit comments

Comments
 (0)