]> granicus.if.org Git - llvm/commitdiff
[AMDGPU] Enable DPP combiner pass by default.
authorValery Pykhtin <Valery.Pykhtin@amd.com>
Mon, 11 Feb 2019 11:15:03 +0000 (11:15 +0000)
committerValery Pykhtin <Valery.Pykhtin@amd.com>
Mon, 11 Feb 2019 11:15:03 +0000 (11:15 +0000)
Related revisions: https://reviews.llvm.org/D55444, https://reviews.llvm.org/D55314

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353691 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/AMDGPUTargetMachine.cpp

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