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 3bc26b1 commit 79e99b9Copy full SHA for 79e99b9
mlir/include/mlir/Target/LLVMIR/Transforms/Passes.td
@@ -29,7 +29,6 @@ def LLVMTargetToDataLayout : Pass<"llvm-target-to-data-layout"> {
29
30
def LLVMTargetToTargetFeatures : Pass<"llvm-target-to-target-features"> {
31
let summary = "Update attached #llvm.target's features per the described target";
32
- let dependentDialects = ["mlir::DLTIDialect"];
33
let description = [{
34
Obtain the TargetMachine specified by the attached #llvm.target's attributes
35
and obtain from it the full list of features of the selected target. Updates
0 commit comments