Details
- Reviewers
zixuan-wu
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Time | Test | |
---|---|---|
60,040 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
llvm/test/CodeGen/CSKY/bseti_bclri.ll | ||
---|---|---|
25 | This is not optimized to two BSETI due to the immediate can be encoded to ORI32. | |
34 | This is not optimized to two BSETI due to the immediate can be encoded to ORI32. | |
43 | This is not optimized to two BSETIs due to the immediate can be composed via a single MOVIH32. | |
68 | This is not optimized to two BSETIs due to the immediate is used twice. | |
96 | This is not optimized to two BCLRI due to the immediate can be encoded into ANDNI. | |
103 | This is not optimized to two BCLRI due to the immediate can be encoded into ANDNI. | |
134 | This is not optimized to two BCLRI32 due to the immediate is used twice. |
This is not optimized to two BSETI due to the immediate can be encoded to ORI32.