This is split from https://reviews.llvm.org/D71833.
After folding rlwinm, forget to replace result rlwinm operand 1 with src rlwinm operand 1.
By doing this, we can eliminate more src rlwinm.
Differential D71885
[PowerPC] replace rlwinm operand 1 with src rlwinm operand 1 shchenz on Dec 25 2019, 7:24 PM. Authored by
Details
This is split from https://reviews.llvm.org/D71833. After folding rlwinm, forget to replace result rlwinm operand 1 with src rlwinm operand 1. By doing this, we can eliminate more src rlwinm.
Diff Detail
Event TimelineComment Actions The RLWINMo should also be removed,
|
it is not
s/and/or
it is safe