Details
- Reviewers
- zixuan-wu 
Diff Detail
Event Timeline
| clang/test/CodeGen/CSKY/csky-builtins.c | ||
|---|---|---|
| 2 | This file is pure test, has nothing to do with llvm.cttz, just to avoid another patch. | |
| clang/test/CodeGen/CSKY/csky-builtins.c | ||
|---|---|---|
| 2 | Don't make unrelated patch together in one single commit. | |
| 68 | 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 | ||
| 48 | Again. It's related to cttz? | |
| clang/test/CodeGen/CSKY/csky-builtins.c | ||
|---|---|---|
| 68 | removed. | |
| llvm/test/CodeGen/CSKY/intrinsic.ll | ||
|---|---|---|
| 48 | 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.