Message ID | 20241111084501.1680148-1-pan2.li@intel.com |
---|---|
State | New |
Headers | show |
Series | [v1] RISC-V: Fix one nit indent issue of ustrunc pattern [NFC] | expand |
LGTM. juzhe.zhong@rivai.ai From: pan2.li Date: 2024-11-11 16:45 To: gcc-patches CC: juzhe.zhong; kito.cheng; jeffreyalaw; rdapp.gcc; Pan Li Subject: [PATCH v1] RISC-V: Fix one nit indent issue of ustrunc pattern [NFC] From: Pan Li <pan2.li@intel.com> Just notice the indent is not that right for ustrunc pattern from the md files. Thus, make it correct. It is somehow very obvious and will commit it after next 48H if no more comments. gcc/ChangeLog: * config/riscv/autovec.md: Fix indent format issue. Signed-off-by: Pan Li <pan2.li@intel.com> --- gcc/config/riscv/autovec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/riscv/autovec.md b/gcc/config/riscv/autovec.md index 1f1849d5237..b5fbe98b5fc 100644 --- a/gcc/config/riscv/autovec.md +++ b/gcc/config/riscv/autovec.md @@ -2769,7 +2769,7 @@ (define_expand "ustrunc<mode><v_quad_trunc>2" (define_expand "ustrunc<mode><v_oct_trunc>2" [(match_operand:<V_OCT_TRUNC> 0 "register_operand") - (match_operand:VOEXTI 1 "register_operand")] + (match_operand:VOEXTI 1 "register_operand")] "TARGET_VECTOR" { riscv_vector::expand_vec_oct_ustrunc (operands[0], operands[1], <MODE>mode,
diff --git a/gcc/config/riscv/autovec.md b/gcc/config/riscv/autovec.md index 1f1849d5237..b5fbe98b5fc 100644 --- a/gcc/config/riscv/autovec.md +++ b/gcc/config/riscv/autovec.md @@ -2769,7 +2769,7 @@ (define_expand "ustrunc<mode><v_quad_trunc>2" (define_expand "ustrunc<mode><v_oct_trunc>2" [(match_operand:<V_OCT_TRUNC> 0 "register_operand") - (match_operand:VOEXTI 1 "register_operand")] + (match_operand:VOEXTI 1 "register_operand")] "TARGET_VECTOR" { riscv_vector::expand_vec_oct_ustrunc (operands[0], operands[1], <MODE>mode,