[PATCH] D51920: [ARM] Enable ARMCodeGenPrepare by default
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 11 03:13:02 PDT 2018
samparker created this revision.
samparker added reviewers: efriedma, rnk, SjoerdMeijer.
Herald added a reviewer: javed.absar.
Herald added subscribers: chrib, kristof.beyls.
We've had the pass enabled downstream for a couple of weeks and it seems to be okay, so enable it by default.
https://reviews.llvm.org/D51920
Files:
lib/Target/ARM/ARMCodeGenPrepare.cpp
Index: lib/Target/ARM/ARMCodeGenPrepare.cpp
===================================================================
--- lib/Target/ARM/ARMCodeGenPrepare.cpp
+++ lib/Target/ARM/ARMCodeGenPrepare.cpp
@@ -42,7 +42,7 @@
using namespace llvm;
static cl::opt<bool>
-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<bool>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51920.164833.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180911/b4e33e42/attachment.bin>
More information about the llvm-commits
mailing list