mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[AMDGPU][Waitcnt] Remove obsolete waitcnt option
With the removal of the old waitcnt pass, the '-enable-si-insert-waitcnts' option is obsolete. Remove it. Differential Revision: https://reviews.llvm.org/D47378 llvm-svn: 333303
This commit is contained in:
parent
57ab3923d3
commit
38d5d10a14
@ -110,12 +110,6 @@ static cl::opt<bool> EnableAMDGPUAliasAnalysis("enable-amdgpu-aa", cl::Hidden,
|
||||
cl::desc("Enable AMDGPU Alias Analysis"),
|
||||
cl::init(true));
|
||||
|
||||
// Option to enable new waitcnt insertion pass.
|
||||
static cl::opt<bool> EnableSIInsertWaitcntsPass(
|
||||
"enable-si-insert-waitcnts",
|
||||
cl::desc("Use new waitcnt insertion pass"),
|
||||
cl::init(true));
|
||||
|
||||
// Option to run late CFG structurizer
|
||||
static cl::opt<bool, true> LateCFGStructurize(
|
||||
"amdgpu-late-structurize",
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llc -mtriple=amdgcn-amd-amdhsa-amdgiz -mcpu=gfx803 -enable-si-insert-waitcnts=1 -verify-machineinstrs < %s | FileCheck --check-prefix=GCN %s
|
||||
; RUN: llvm-as -data-layout=A5 < %s | llc -mtriple=amdgcn-amd-amdhsa-amdgiz -mcpu=gfx803 -enable-si-insert-waitcnts=1 -verify-machineinstrs | FileCheck --check-prefix=GCN %s
|
||||
; RUN: llc -mtriple=amdgcn-amd-amdhsa-amdgiz -mcpu=gfx803 -verify-machineinstrs < %s | FileCheck --check-prefix=GCN %s
|
||||
; RUN: llvm-as -data-layout=A5 < %s | llc -mtriple=amdgcn-amd-amdhsa-amdgiz -mcpu=gfx803 -verify-machineinstrs | FileCheck --check-prefix=GCN %s
|
||||
|
||||
declare i8 addrspace(4)* @llvm.amdgcn.dispatch.ptr()
|
||||
declare i8 addrspace(4)* @llvm.amdgcn.implicitarg.ptr()
|
||||
|
Loading…
Reference in New Issue
Block a user