This patch adds the additional step of looking through AND, OR, XOR
instructions when we check the number of leading zeros.
Details
Details
- Reviewers
nemanjai lei amyk shchenz - Group Reviewers
Restricted Project - Commits
- rGbe95b4dec260: [PowerPC] Look through OR, AND, XOR instructions when checking a clear.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/PowerPC/PPCMIPeephole.cpp | ||
---|---|---|
231 | typo? Seem the two operand of the min/max are the same. |
llvm/lib/Target/PowerPC/PPCMIPeephole.cpp | ||
---|---|---|
222 | record form too? |
Comment Actions
Fixed the operands because they were not supposed to be the same.
Added the record forms.
Fixed the typo of having two XOR8 and no OR8.
record form too?