summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2014-11-19 19:46:15 +0000
committerMatthias Braun <matze@braunis.de>2014-11-19 19:46:15 +0000
commitd2f4c77800410b06a089ae778f51fec4d96efc68 (patch)
tree340a45501fa922fce5183b3ec4de30ac5c52af7a /llvm/lib/CodeGen
parent47760d9667f8213bca7b97e3f329c4d3ba3a558a (diff)
downloadbcm5719-llvm-d2f4c77800410b06a089ae778f51fec4d96efc68.tar.gz
bcm5719-llvm-d2f4c77800410b06a089ae778f51fec4d96efc68.zip
Add a print and verify pass after the RegisterCoalescer
llvm-svn: 222381
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/Passes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/Passes.cpp b/llvm/lib/CodeGen/Passes.cpp
index 644cc97efcc..ec71d86d09f 100644
--- a/llvm/lib/CodeGen/Passes.cpp
+++ b/llvm/lib/CodeGen/Passes.cpp
@@ -732,6 +732,7 @@ void TargetPassConfig::addOptimizedRegAlloc(FunctionPass *RegAllocPass) {
addPass(&TwoAddressInstructionPassID);
addPass(&RegisterCoalescerID);
+ printAndVerify("After Register Coalescing");
// PreRA instruction scheduling.
if (addPass(&MachineSchedulerID))
OpenPOWER on IntegriCloud