[llvm] r318731 - Revert "[CGP] Enable complex addr mode (2nd attempt)"

Serguei Katkov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 22:03:44 PST 2017


Author: skatkov
Date: Mon Nov 20 22:03:43 2017
New Revision: 318731

URL: http://llvm.org/viewvc/llvm-project?rev=318731&view=rev
Log:
Revert "[CGP] Enable complex addr mode (2nd attempt)"

Revert the patch rl318728 causing buildbot hangs-ups.

Modified:
    llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp

Modified: llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp?rev=318731&r1=318730&r2=318731&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp (original)
+++ llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp Mon Nov 20 22:03:43 2017
@@ -190,7 +190,7 @@ EnableTypePromotionMerge("cgp-type-promo
     " the other."), cl::init(true));
 
 static cl::opt<bool> DisableComplexAddrModes(
-    "disable-complex-addr-modes", cl::Hidden, cl::init(false),
+    "disable-complex-addr-modes", cl::Hidden, cl::init(true),
     cl::desc("Disables combining addressing modes with different parts "
              "in optimizeMemoryInst."));
 




More information about the llvm-commits mailing list