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 22eef90 commit c3c94a8Copy full SHA for c3c94a8
llvm/utils/gn/secondary/llvm/include/llvm/IR/BUILD.gn
@@ -77,6 +77,16 @@ tablegen("IntrinsicsHexagon") {
77
td_file = "Intrinsics.td"
78
}
79
80
+tablegen("IntrinsicsLoongArch") {
81
+ visibility = [ ":public_tablegen" ]
82
+ output_name = "IntrinsicsLoongArch.h"
83
+ args = [
84
+ "-gen-intrinsic-enums",
85
+ "-intrinsic-prefix=loongarch",
86
+ ]
87
+ td_file = "Intrinsics.td"
88
+}
89
+
90
tablegen("IntrinsicsMips") {
91
visibility = [ ":public_tablegen" ]
92
output_name = "IntrinsicsMips.h"
@@ -197,6 +207,7 @@ group("public_tablegen") {
197
207
":IntrinsicsBPF",
198
208
":IntrinsicsDirectX",
199
209
":IntrinsicsHexagon",
210
+ ":IntrinsicsLoongArch",
200
211
":IntrinsicsMips",
201
212
":IntrinsicsNVPTX",
202
213
":IntrinsicsPowerPC",
0 commit comments