Details
Details
- Reviewers
zixuan-wu
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,040 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
clang/test/CodeGen/CSKY/csky-builtins.c | ||
---|---|---|
1 ↗ | (On Diff #538356) | 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 ↗ | (On Diff #538356) | Don't make unrelated patch together in one single commit. |
67 ↗ | (On Diff #538356) | 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 | ||
37 | Again. It's related to cttz? |
clang/test/CodeGen/CSKY/csky-builtins.c | ||
---|---|---|
67 ↗ | (On Diff #538356) | removed. |
llvm/test/CodeGen/CSKY/intrinsic.ll | ||
---|---|---|
37 | 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. |
I think we can also test the condition that the second argument is zero.