aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
diff options
context:
space:
mode:
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>2022-12-01 13:29:24 -0500
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>2022-12-01 13:29:24 -0500
commit8ef4632681227661ca3c4b608298da99f8552597 (patch)
treefec34c2313313c7681520512237f7b47518b69c3 /llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
parent6d12599fd4134c1da63198c74a25490d28c733f6 (diff)
downloadllvm-8ef4632681227661ca3c4b608298da99f8552597.zip
llvm-8ef4632681227661ca3c4b608298da99f8552597.tar.gz
llvm-8ef4632681227661ca3c4b608298da99f8552597.tar.bz2
Revert "[CodeGen] Add new pass for late cleanup of redundant definitions."
Temporarily revert and fix buildbot failure. This reverts commit 6d12599fd4134c1da63198c74a25490d28c733f6.
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
index 35fd7d6..2200586 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
@@ -500,7 +500,6 @@ void WebAssemblyPassConfig::addPostRegAlloc() {
// them.
// These functions all require the NoVRegs property.
- disablePass(&MachineLateInstrsCleanupID);
disablePass(&MachineCopyPropagationID);
disablePass(&PostRAMachineSinkingID);
disablePass(&PostRASchedulerID);