File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
llvm/utils/gn/secondary/llvm/lib/Target/RISCV Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ tablegen("RISCVGenCompressInstEmitter") {
14
14
td_file = " RISCV.td"
15
15
}
16
16
17
+ tablegen (" RISCVGenMacroFusion" ) {
18
+ visibility = [ " :LLVMRISCVCodeGen" ]
19
+ args = [ " -gen-macro-fusion-pred" ]
20
+ td_file = " RISCV.td"
21
+ }
22
+
17
23
tablegen (" RISCVGenDAGISel" ) {
18
24
visibility = [ " :LLVMRISCVCodeGen" ]
19
25
args = [ " -gen-dag-isel" ]
@@ -71,6 +77,7 @@ static_library("LLVMRISCVCodeGen") {
71
77
" :RISCVGenDAGISel" ,
72
78
" :RISCVGenGlobalISel" ,
73
79
" :RISCVGenMCPseudoLowering" ,
80
+ " :RISCVGenMacroFusion" ,
74
81
" :RISCVGenO0PreLegalizeGICombiner" ,
75
82
" :RISCVGenPostLegalizeGICombiner" ,
76
83
" :RISCVGenPreLegalizeGICombiner" ,
@@ -116,7 +123,6 @@ static_library("LLVMRISCVCodeGen") {
116
123
" RISCVInsertWriteVXRM.cpp" ,
117
124
" RISCVInstrInfo.cpp" ,
118
125
" RISCVMachineFunctionInfo.cpp" ,
119
- " RISCVMacroFusion.cpp" ,
120
126
" RISCVMakeCompressible.cpp" ,
121
127
" RISCVMergeBaseOffset.cpp" ,
122
128
" RISCVMoveMerger.cpp" ,
You can’t perform that action at this time.
0 commit comments