aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/RegAllocBasic.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2025-02-22 00:21:45 +0700
committerMatt Arsenault <arsenm2@gmail.com>2025-02-22 00:23:21 +0700
commit0c50054820799578be8f62b6fd2cc3fbc751c01e (patch)
tree358a7dc2f710195019d3095c33cc8153a280453d /llvm/lib/CodeGen/RegAllocBasic.cpp
parent7c7fb9442f9f3ca1cf302ca2ff2906de7452a846 (diff)
downloadllvm-0c50054820799578be8f62b6fd2cc3fbc751c01e.zip
llvm-0c50054820799578be8f62b6fd2cc3fbc751c01e.tar.gz
llvm-0c50054820799578be8f62b6fd2cc3fbc751c01e.tar.bz2
Revert "RegAlloc: Fix verifier error after failed allocation (#119690)"
This reverts commit 34167f99668ce4d4d6a1fb88453a8d5b56d16ed5. Different set of verifier errors appears after other regalloc failure tests with EXPENSIVE_CHECKS.
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocBasic.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocBasic.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocBasic.cpp b/llvm/lib/CodeGen/RegAllocBasic.cpp
index d240bf9..51e047b 100644
--- a/llvm/lib/CodeGen/RegAllocBasic.cpp
+++ b/llvm/lib/CodeGen/RegAllocBasic.cpp
@@ -329,7 +329,6 @@ bool RABasic::runOnMachineFunction(MachineFunction &mf) {
allocatePhysRegs();
postOptimization();
- cleanupFailedVRegs();
// Diagnostic output before rewriting
LLVM_DEBUG(dbgs() << "Post alloc VirtRegMap:\n" << *VRM << "\n");