Skip to content

Commit da71e3c

Browse files
authored
[bazel][mlir] Port llvm#158722: complex.powi op (llvm#159691)
1 parent 67f43c6 commit da71e3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12177,6 +12177,7 @@ cc_library(
1217712177
]),
1217812178
includes = ["include"],
1217912179
deps = [
12180+
":ArithDialect",
1218012181
":ComplexDialect",
1218112182
":ConversionPassIncGen",
1218212183
":FuncDialect",
@@ -12525,6 +12526,7 @@ cc_library(
1252512526
deps = [
1252612527
":ArithDialect",
1252712528
":ArithUtils",
12529+
":ComplexDialect",
1252812530
":DialectUtils",
1252912531
":IR",
1253012532
":MathDialect",

0 commit comments

Comments
 (0)