Skip to content

Commit 945604d

Browse files
committedSep 11, 2018
[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
1 parent b658f1d commit 945604d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎llvm/lib/Target/ARM/ARMCodeGenPrepare.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
using namespace llvm;
4343

4444
static cl::opt<bool>
45-
DisableCGP("arm-disable-cgp", cl::Hidden, cl::init(true),
45+
DisableCGP("arm-disable-cgp", cl::Hidden, cl::init(false),
4646
cl::desc("Disable ARM specific CodeGenPrepare pass"));
4747

4848
static cl::opt<bool>

0 commit comments

Comments
 (0)
Please sign in to comment.