Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/include/clang/Basic/riscv_vector.td | ||
---|---|---|
2422 | redundant* |
clang/include/clang/Basic/riscv_sifive_vector.td | ||
---|---|---|
47 | We might consider breaking this class into 2 different classes. One for EncodeVtype=1 and EncodeVtype=0. The simplification might be worth the little bit of duplication. |
Hello and Good Afternoon from the UK,
I believe this revision has started the following build bot to start failing on these 5 tests:
https://lab.llvm.org/buildbot/#/builders/216/builds/20627
xsfvcp-x-rv64.c
xsfvcp-x.c
xsfvcp-xv.c
xsfvcp-xvv.c
xsfvcp-xvw.c
Is anyone able to take a look?
Thanks in advance,
Tom W
Hi @craig.topper and @kito-cheng , the build error message was: 'Z:\test\llvm-project\clang\test\CodeGen\RISCV\rvv-intrinsics-autogenerated\non-policy\non-overloaded\xsfvcp-x-rv64.c:4:10: fatal error: 'riscv_vector.h' file not found'.
Have you ever met this before? I'm not sure if I forgot to add something or not..
This bot only builds the x86_64 backend. Isn’t that file only generated when the riscv backend is built?
I found it, seems I have to add this in the beginning of the file: '// REQUIRES: riscv-registered-target' to prevent the test case run in other targets.
Got it, I should add 'REQUIRES: riscv-registered-target' in the beginning of the file, thanks!!
Indent