RE: [PATCH v1] RISC-V: Rearrange the test files for scalar SAT_ADD [NFC]

2024-11-14 Thread Li, Pan2
ubject: Re: [PATCH v1] RISC-V: Rearrange the test files for scalar SAT_ADD [NFC] Pre-approved for that change, so you don't need to wait for another response :) Just a reminder that this requires either adding a new exp file or adding a few new lines in riscv.exp. On Thu, Nov 14, 2024 at

Re: [PATCH v1] RISC-V: Rearrange the test files for scalar SAT_ADD [NFC]

2024-11-13 Thread Kito Cheng
r patch for this. > > Pan > > -Original Message- > From: Kito Cheng > Sent: Thursday, November 14, 2024 3:22 PM > To: 钟居哲 > Cc: Li, Pan2 ; gcc-patches ; > jeffreyalaw ; Robin Dapp > Subject: Re: [PATCH v1] RISC-V: Rearrange the test files for scalar SAT_ADD &

RE: [PATCH v1] RISC-V: Rearrange the test files for scalar SAT_ADD [NFC]

2024-11-13 Thread Li, Pan2
li > Date: 2024-11-14 14:42 > To: gcc-patches > CC: juzhe.zhong; kito.cheng; jeffreyalaw; rdapp.gcc; Pan Li > Subject: [PATCH v1] RISC-V: Rearrange the test files for scalar SAT_ADD [NFC] > From: Pan Li > > The test files of scalar SAT_ADD only has numbers as the suffix. > R

Re: [PATCH v1] RISC-V: Rearrange the test files for scalar SAT_ADD [NFC]

2024-11-13 Thread Kito Cheng
Date: 2024-11-14 14:42 > To: gcc-patches > CC: juzhe.zhong; kito.cheng; jeffreyalaw; rdapp.gcc; Pan Li > Subject: [PATCH v1] RISC-V: Rearrange the test files for scalar SAT_ADD [NFC] > From: Pan Li > > The test files of scalar SAT_ADD only has numbers as the suffix. > Rearra

[PATCH v1] RISC-V: Rearrange the test files for scalar SAT_ADD [NFC]

2024-11-13 Thread pan2 . li
From: Pan Li The test files of scalar SAT_ADD only has numbers as the suffix. Rearrange the file name to -{form number}-{target-type}. For example, test form 3 for uint32_t SAT_ADD will have -3-u32.c for asm check and -run-3-u32.c for the run test. The below test suites are passed for this patc