Details
- Reviewers
zixuan-wu
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/CodeGen/CSKY/csky-builtins.c | ||
---|---|---|
1 | This file is pure test, has nothing to do with llvm.cttz, just to avoid another patch. |
clang/test/CodeGen/CSKY/csky-builtins.c | ||
---|---|---|
1 | Don't make unrelated patch together in one single commit. | |
67 | Those are target-independent intrinsics/builtins. I think it's no more need to test for specific target such as csky again, unless it's different behavior or output. | |
llvm/test/CodeGen/CSKY/intrinsic.ll | ||
36 | Again. It's related to cttz? |
clang/test/CodeGen/CSKY/csky-builtins.c | ||
---|---|---|
67 | removed. |
llvm/test/CodeGen/CSKY/intrinsic.ll | ||
---|---|---|
36 | I have made another patch for these additional tests. |
llvm/test/CodeGen/CSKY/intrinsic.ll | ||
---|---|---|
21 | I think we can also test the condition that the second argument is zero. |
This file is pure test, has nothing to do with llvm.cttz, just to avoid another patch.