Skip to content

Commit

Permalink
[mlir] ConvertAsyncToLLVM: add missing dependence on async dialect
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D133516
  • Loading branch information
cota committed Sep 8, 2022
1 parent b9cfb6f commit e413eb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlir/include/mlir/Conversion/Passes.td
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def ConvertAsyncToLLVM : Pass<"convert-async-to-llvm", "ModuleOp"> {
}];
let constructor = "mlir::createConvertAsyncToLLVMPass()";
let dependentDialects = [
"async::AsyncDialect",
"arith::ArithmeticDialect",
"LLVM::LLVMDialect",
];
Expand Down

0 comments on commit e413eb6

Please sign in to comment.