Power9 provides the cnttzw instruction. However, in 64-bit mode, the instruction is followed by a clrldi instruction which is redundant. This patch provides the same handling for this issue as was done with cntlzw.
Diff Detail
Diff Detail
- Repository
- rL LLVM