[llvm] [NFC][AMDGPU] Remove an obsolete debug assertion trigger (PR #127357)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 16 04:29:11 PST 2025
================
@@ -512,10 +512,6 @@ bool PhiLoweringHelper::lowerPhis() {
DT->getNode(RHS.Block)->getDFSNumIn();
});
-#ifndef NDEBUG
- PhiRegisters.insert(DstReg);
----------------
arsenm wrote:
There is still a count call, and the member exists. I'm not sure I follow what removing this fixes, but this should remove all the parts
https://github.com/llvm/llvm-project/pull/127357
More information about the llvm-commits
mailing list