Skip to content

Commit a71a98f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/LoongArch/LoongArchLSXInstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ def : Pat<(vector_insert v2f64:$vd, FPR64:$fj, uimm1:$imm),
17231723
def : Pat<(v4f32 (scalar_to_vector FPR32:$fj)),
17241724
(SUBREG_TO_REG (i64 0), FPR32:$fj, sub_32)>;
17251725
def : Pat<(v2f64 (scalar_to_vector FPR64:$fj)),
1726-
(SUBREG_TO_REG (i64 0), FPR64:$fj, sub_64)>;
1726+
(SUBREG_TO_REG (i64 0), FPR64:$fj, sub_64)>;
17271727

17281728
// VPICKVE2GR_{B/H/W}[U]
17291729
def : Pat<(loongarch_vpick_sext_elt v16i8:$vd, uimm4:$imm, i8),

0 commit comments

Comments
 (0)