Re: [PATCH v1] RISC-V: Fix one nit indent issue of ustrunc pattern [NFC]

2024-11-11 Thread 钟居哲
LGTM. juzhe.zh...@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 Just notice the indent is not that right for ustrunc

[PATCH v1] RISC-V: Fix one nit indent issue of ustrunc pattern [NFC]

2024-11-11 Thread pan2 . li
From: Pan Li 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