[PATCH] D51920: [ARM] Enable ARMCodeGenPrepare by default
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 11 05:48:23 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL341932: [ARM] Enable ARMCodeGenPrepare by default (authored by sam_parker, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D51920?vs=164833&id=164855#toc
Repository:
rL LLVM
https://reviews.llvm.org/D51920
Files:
llvm/trunk/lib/Target/ARM/ARMCodeGenPrepare.cpp
Index: llvm/trunk/lib/Target/ARM/ARMCodeGenPrepare.cpp
===================================================================
--- llvm/trunk/lib/Target/ARM/ARMCodeGenPrepare.cpp
+++ llvm/trunk/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.164855.patch
Type: text/x-patch
Size: 502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180911/5c00593a/attachment.bin>
More information about the llvm-commits
mailing list