================
@@ -1281,7 +1281,40 @@ bool PPCMIPeephole::simplifyCode() {
Simplified = true;
break;
}
- case PPC::RLWINM:
+ case PPC::RLWINM: {
----------------
diggerlin wrote:
thanks for the code.
https://github.com/llvm/llvm-project/pull/144089