We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68bfbf commit dcb7149Copy full SHA for dcb7149
llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn
@@ -75,11 +75,6 @@ tablegen("AMDGPUGenSDNodeInfo") {
75
td_file = "AMDGPU.td"
76
}
77
78
-tablegen("InstCombineTables") {
79
- visibility = [ ":LLVMAMDGPUCodeGen" ]
80
- args = [ "-gen-searchable-tables" ]
81
-}
82
-
83
tablegen("R600GenCallingConv") {
84
visibility = [ ":LLVMAMDGPUCodeGen" ]
85
args = [ "-gen-callingconv" ]
@@ -110,7 +105,6 @@ static_library("LLVMAMDGPUCodeGen") {
110
105
":AMDGPUGenRegBankGICombiner",
111
106
":AMDGPUGenRegisterBank",
112
107
":AMDGPUGenSDNodeInfo",
113
- ":InstCombineTables",
114
108
":R600GenCallingConv",
115
109
":R600GenDAGISel",
116
":R600GenDFAPacketizer",
0 commit comments