Skip to content

Commit 79e99b9

Browse files
committed
Remove extraneaous dialect dependency
1 parent 3bc26b1 commit 79e99b9

File tree

1 file changed

+0
-1
lines changed
  • mlir/include/mlir/Target/LLVMIR/Transforms

1 file changed

+0
-1
lines changed

mlir/include/mlir/Target/LLVMIR/Transforms/Passes.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def LLVMTargetToDataLayout : Pass<"llvm-target-to-data-layout"> {
2929

3030
def LLVMTargetToTargetFeatures : Pass<"llvm-target-to-target-features"> {
3131
let summary = "Update attached #llvm.target's features per the described target";
32-
let dependentDialects = ["mlir::DLTIDialect"];
3332
let description = [{
3433
Obtain the TargetMachine specified by the attached #llvm.target's attributes
3534
and obtain from it the full list of features of the selected target. Updates

0 commit comments

Comments
 (0)