[PATCH] D153326: [CSKY] Optimize subtraction with SUBI32/SUBI16

Zixuan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 20:35:05 PDT 2023


zixuan-wu added a comment.

In D153326#4462460 <https://reviews.llvm.org/D153326#4462460>, @benshi001 wrote:

> In D153326#4462433 <https://reviews.llvm.org/D153326#4462433>, @zixuan-wu wrote:
>
>> BTW, as the check-all test is not enough, have you run llvm-test-suite sometimes although it's not needed every patch? I think should run llvm-test-suite in qemu from time to time.
>
> Thanks. I will try. Further questions,
>
> 1. Is there any QEMU pre-build package I can use?
> 2. Also csky-binutils pre-build package, where I can download?
> 3. Any other tools are needed to run llvm-test-suite ? Is there a wiki page for that ?



1. You can download at https://xuantie.t-head.cn/community/download?id=4168444414324183040
2. clang on csky depends to gcc runtime so it needs gcc toolchain, you can download at https://xuantie.t-head.cn/community/download?id=3854599713706024960
3. Sorry about no document to describe the run process of llvm-test-suite in csky. But there is llvm build bot you can refer to. https://lab.llvm.org/staging/#/builders/215/builds/2795


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153326/new/

https://reviews.llvm.org/D153326



More information about the llvm-commits mailing list