Disable for now. This is pessimizing code.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 20 Feb 2008 02:29:17 +0000 (02:29 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 20 Feb 2008 02:29:17 +0000 (02:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47354 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelDAGToDAG.cpp

index db0c721f7137de92b789421517f9e5332321defc..fa082727e9204b11d525552da0172e6dbf8d4bb7 100644 (file)
@@ -47,7 +47,7 @@ STATISTIC(NumLoadMoved, "Number of loads moved below TokenFactor");
 namespace {
   static cl::opt<bool>
   FoldAndInTest("x86-fold-and-in-test", cl::desc("Fold and operation in test"),
-                cl::init(true), cl::Hidden);
+                cl::init(false), cl::Hidden);
 }
 
 //===----------------------------------------------------------------------===//