diff options
author | Serguei Katkov <serguei.katkov@azul.com> | 2018-01-19 04:52:39 +0000 |
---|---|---|
committer | Serguei Katkov <serguei.katkov@azul.com> | 2018-01-19 04:52:39 +0000 |
commit | 22bb1c0e176526fe12e76c275f3384bea2e3364b (patch) | |
tree | 721b5280d07ea38c087aabbbdd5052bfc2c5259b /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | d3b520f6cfa6bae9b216daf789232caed45970d6 (diff) | |
download | bcm5719-llvm-22bb1c0e176526fe12e76c275f3384bea2e3364b.tar.gz bcm5719-llvm-22bb1c0e176526fe12e76c275f3384bea2e3364b.zip |
Revert [CGP] Re-enable Select in complex addressing mode
One of buildbots failed. Revert for now till fix the issue.
llvm-svn: 322923
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGenPrepare.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp index 591df4d31ed..eb2e3320a95 100644 --- a/llvm/lib/CodeGen/CodeGenPrepare.cpp +++ b/llvm/lib/CodeGen/CodeGenPrepare.cpp @@ -196,7 +196,7 @@ AddrSinkNewPhis("addr-sink-new-phis", cl::Hidden, cl::init(false), cl::desc("Allow creation of Phis in Address sinking.")); static cl::opt<bool> -AddrSinkNewSelects("addr-sink-new-select", cl::Hidden, cl::init(true), +AddrSinkNewSelects("addr-sink-new-select", cl::Hidden, cl::init(false), cl::desc("Allow creation of selects in Address sinking.")); static cl::opt<bool> AddrSinkCombineBaseReg( |