From 32979413ebfaa18b9eb508f1c30a598ce164c993 Mon Sep 17 00:00:00 2001 From: Sam Parker Date: Tue, 11 Sep 2018 12:45:43 +0000 Subject: [PATCH] [ARM] Enable ARMCodeGenPrepare by default We've had the pass enabled downstream for a couple of weeks and it seems to be okay, so enable it by default. Differential Revision: https://reviews.llvm.org/D51920 llvm-svn: 341932 --- lib/Target/ARM/ARMCodeGenPrepare.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMCodeGenPrepare.cpp b/lib/Target/ARM/ARMCodeGenPrepare.cpp index ea0882915f2..f7df39ac385 100644 --- a/lib/Target/ARM/ARMCodeGenPrepare.cpp +++ b/lib/Target/ARM/ARMCodeGenPrepare.cpp @@ -42,7 +42,7 @@ using namespace llvm; static cl::opt -DisableCGP("arm-disable-cgp", cl::Hidden, cl::init(true), +DisableCGP("arm-disable-cgp", cl::Hidden, cl::init(false), cl::desc("Disable ARM specific CodeGenPrepare pass")); static cl::opt