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 bd2621b commit 9e76ffbCopy full SHA for 9e76ffb
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -2664,19 +2664,6 @@ cc_library(
2664
],
2665
)
2666
2667
-gentbl_cc_library(
2668
- name = "X86VectorConversionIncGen",
2669
- tbl_outs = [
2670
- (
2671
- ["-gen-llvmir-conversions"],
2672
- "include/mlir/Dialect/X86Vector/X86VectorConversions.inc",
2673
- ),
2674
- ],
2675
- tblgen = ":mlir-tblgen",
2676
- td_file = "include/mlir/Dialect/X86Vector/X86Vector.td",
2677
- deps = [":X86VectorTdFiles"],
2678
-)
2679
-
2680
##---------------------------------------------------------------------------##
2681
# IRDL dialect.
2682
0 commit comments