mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Enable the new SROA pass by default.
Queue the fallout. ;] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164480 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc4021f31e
commit
84d882ee56
@ -41,7 +41,7 @@ UseGVNAfterVectorization("use-gvn-after-vectorization",
|
|||||||
cl::desc("Run GVN instead of Early CSE after vectorization passes"));
|
cl::desc("Run GVN instead of Early CSE after vectorization passes"));
|
||||||
|
|
||||||
static cl::opt<bool> UseNewSROA("use-new-sroa",
|
static cl::opt<bool> UseNewSROA("use-new-sroa",
|
||||||
cl::init(false), cl::Hidden,
|
cl::init(true), cl::Hidden,
|
||||||
cl::desc("Enable the new, experimental SROA pass"));
|
cl::desc("Enable the new, experimental SROA pass"));
|
||||||
|
|
||||||
PassManagerBuilder::PassManagerBuilder() {
|
PassManagerBuilder::PassManagerBuilder() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user