[llvm] Co-issue packed instructions by unpacking (PR #151704)

Jeffrey Byrnes via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 25 09:14:30 PDT 2025


================
@@ -53,6 +64,24 @@ class GCNPreRAOptimizationsImpl {
   LiveIntervals *LIS;
 
   bool processReg(Register Reg);
+  bool createListOfPackedInstr(MachineInstr &BeginMI,
----------------
jrbyrnes wrote:

All of these new functions need comments / documentation.

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


More information about the llvm-commits mailing list