================
@@ -242,6 +386,7 @@ bool SIPostRABundler::run(MachineFunction &MF) {
BundleUsedRegUnits.reset();
}
+ reorderLoads(MBB, BundleStart, Next);
----------------
perlfu wrote:
Done.
https://github.com/llvm/llvm-project/pull/102595