[AMDGPU] Partial revert of rL348371: Turn on the DPP combiner by default
authorValery Pykhtin <Valery.Pykhtin@amd.com>
Thu, 6 Dec 2018 14:20:02 +0000 (14:20 +0000)
committerValery Pykhtin <Valery.Pykhtin@amd.com>
Thu, 6 Dec 2018 14:20:02 +0000 (14:20 +0000)
Turn the combiner back off as there're failures until the issue is fixed.

Differential revision: https://reviews.llvm.org/D55314

llvm-svn: 348487

llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp

index 070827e..4d26571 100644 (file)
@@ -109,7 +109,7 @@ static cl::opt<bool> EnableSDWAPeephole(
 static cl::opt<bool> EnableDPPCombine(
   "amdgpu-dpp-combine",
   cl::desc("Enable DPP combiner"),
-  cl::init(true));
+  cl::init(false));
 
 // Enable address space based alias analysis
 static cl::opt<bool> EnableAMDGPUAliasAnalysis("enable-amdgpu-aa", cl::Hidden,