[llvm] [AMDGPU] Allow rematerialization of instructions with virtual register uses (PR #124327)

Jeffrey Byrnes via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 19:35:08 PST 2025


================
@@ -1664,7 +1668,6 @@ bool PreRARematStage::allUsesAvailableAt(const MachineInstr *InstToRemat,
         if (LM.none())
           break;
       }
-      assert(LM.none());
----------------
jrbyrnes wrote:

Testing had issues with this assert -- would like to understand why -- looking into it.

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


More information about the llvm-commits mailing list