Re: Re: [PATCH V2] RISC-V: Optimize combine sequence by merge approach

2023-11-13 Thread juzhe.zh...@rivai.ai
Thanks for noticing it. Will commit it with adjusting the testcase. Thanks. juzhe.zh...@rivai.ai From: Robin Dapp Date: 2023-11-13 18:05 To: Juzhe-Zhong; gcc-patches CC: rdapp.gcc; kito.cheng; kito.cheng; jeffreyalaw Subject: Re: [PATCH V2] RISC-V: Optimize combine sequence by merge approach

Re: [PATCH V2] RISC-V: Optimize combine sequence by merge approach

2023-11-13 Thread Robin Dapp
Hi Juzhe, LGTM apart from: > + int64_t a = -1789089.23423; > + int64_t b = -8916156.45644; What's that? :) Doesn't really matter of course but please change to a proper integer. OK with that changed. Regards Robin