mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[AMDGPU] Enable DPP combiner pass by default.
Related revisions: https://reviews.llvm.org/D55444, https://reviews.llvm.org/D55314 llvm-svn: 353691
This commit is contained in:
parent
f923158fd7
commit
090c9bb1d8
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user