Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PowerPC] - No SExt/ZExt needed for count trailing zeros | Nemanja Ivanovic | 2016-10-27 | 1 | -0/+54 |
This patch corresponds to review: https://reviews.llvm.org/D25896 It just eliminates the redundant ZExt after a count trailing zeros instruction. llvm-svn: 285267 |