Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/CSKY/bseti_bclri.ll | ||
---|---|---|
7 | This case is not optimized to BSETI due to the immediate can be directly encoded in to ORI32. | |
25 | This case is not optimized to BSETI due to the immediate can be directly encoded in to ORI32. | |
64 | This case can not be optimized to BCLRI due to the immediate can be directly encoded into ANDNI. | |
82 | This case can not be optimized to BCLRI due to the immediate can be directly encoded into ANDNI. | |
99 | This case can not be optimized to BCLRI due to the immediate has more the more than one zero-bit. |
This case is not optimized to BSETI due to the immediate can be directly encoded in to ORI32.