Skip to content

Commit 02071a8

Browse files
committed
Revert "[gn build] Port 6497283"
This reverts commit 98cf656. 6497283 was reverted in 9c5ad62
1 parent 0570ba6 commit 02071a8

File tree

1 file changed

+0
-11
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Target/RISCV

1 file changed

+0
-11
lines changed

llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ tablegen("RISCVGenPostLegalizeGICombiner") {
6868
td_file = "RISCVGISel.td"
6969
}
7070

71-
tablegen("RISCVGenPostLegalizeGILowering") {
72-
visibility = [ ":LLVMRISCVCodeGen" ]
73-
args = [
74-
"-gen-global-isel-combiner",
75-
"-combiners=RISCVPostLegalizerLowering",
76-
]
77-
td_file = "RISCVGISel.td"
78-
}
79-
8071
tablegen("RISCVGenRegisterBank") {
8172
visibility = [ ":LLVMRISCVCodeGen" ]
8273
args = [ "-gen-register-bank" ]
@@ -92,7 +83,6 @@ static_library("LLVMRISCVCodeGen") {
9283
":RISCVGenMacroFusion",
9384
":RISCVGenO0PreLegalizeGICombiner",
9485
":RISCVGenPostLegalizeGICombiner",
95-
":RISCVGenPostLegalizeGILowering",
9686
":RISCVGenPreLegalizeGICombiner",
9787
":RISCVGenRegisterBank",
9888

@@ -119,7 +109,6 @@ static_library("LLVMRISCVCodeGen") {
119109
"GISel/RISCVLegalizerInfo.cpp",
120110
"GISel/RISCVO0PreLegalizerCombiner.cpp",
121111
"GISel/RISCVPostLegalizerCombiner.cpp",
122-
"GISel/RISCVPostLegalizerLowering.cpp",
123112
"GISel/RISCVPreLegalizerCombiner.cpp",
124113
"GISel/RISCVRegisterBankInfo.cpp",
125114
"RISCVAsmPrinter.cpp",

0 commit comments

Comments
 (0)