Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/Sema/rvv-required-features-invalid.c | ||
---|---|---|
17 | This doesn't mention the xsfvcp extension. So it doesn't look like the diagnostic in the code is being hit. |
clang/test/Sema/rvv-required-features-invalid.c | ||
---|---|---|
17 | I guess it's just because __riscv_sf_vc_x_se_u64m1 is too similar to test_sf_vc_x_se_u64m1, I just changed the name of the function, and the diagnostic just disappeared. |
This doesn't mention the xsfvcp extension. So it doesn't look like the diagnostic in the code is being hit.