From: Valery Pykhtin Date: Mon, 11 Feb 2019 11:15:03 +0000 (+0000) Subject: [AMDGPU] Enable DPP combiner pass by default. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0ecdf4bba1ba47b4dd8550c5a8c4a3a9183832d;p=llvm [AMDGPU] Enable DPP combiner pass by default. 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 --- diff --git a/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp b/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp index 43e2de558a5..f9bd5002810 100644 --- a/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp +++ b/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp @@ -108,7 +108,7 @@ static cl::opt EnableSDWAPeephole( static cl::opt EnableDPPCombine( "amdgpu-dpp-combine", cl::desc("Enable DPP combiner"), - cl::init(false)); + cl::init(true)); // Enable address space based alias analysis static cl::opt EnableAMDGPUAliasAnalysis("enable-amdgpu-aa", cl::Hidden,