File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
llvm/utils/gn/secondary/llvm/include/llvm/IR Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,16 @@ tablegen("IntrinsicsS390") {
127
127
td_file = " Intrinsics.td"
128
128
}
129
129
130
+ tablegen (" IntrinsicsVE" ) {
131
+ visibility = [ " :public_tablegen" ]
132
+ output_name = " IntrinsicsVE.h"
133
+ args = [
134
+ " -gen-intrinsic-enums" ,
135
+ " -intrinsic-prefix=ve" ,
136
+ ]
137
+ td_file = " Intrinsics.td"
138
+ }
139
+
130
140
tablegen (" IntrinsicsWebAssembly" ) {
131
141
visibility = [ " :public_tablegen" ]
132
142
output_name = " IntrinsicsWebAssembly.h"
@@ -182,6 +192,7 @@ group("public_tablegen") {
182
192
" :IntrinsicsR600" ,
183
193
" :IntrinsicsRISCV" ,
184
194
" :IntrinsicsS390" ,
195
+ " :IntrinsicsVE" ,
185
196
" :IntrinsicsWebAssembly" ,
186
197
" :IntrinsicsX86" ,
187
198
" :IntrinsicsXCore" ,
You can’t perform that action at this time.
0 commit comments