[llvm] [PowerPC][CodeGen] Exploit STMW and LMW in 32-bit big-endian mode. (PR #74415)

Kai Luo via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 27 22:25:40 PST 2023


================
@@ -2399,6 +2405,43 @@ bool PPCFrameLowering::assignCalleeSavedSpillSlots(
   return AllSpilledToReg;
 }
 
+static void findContinuousLoadStore(const MachineFunction *MF,
----------------
bzEq wrote:

```suggestion
static bool findConsecutiveLoadStore(const MachineFunction *MF,
```
Return `true` if consecutive ld/std found.

https://github.com/llvm/llvm-project/pull/74415


More information about the llvm-commits mailing list