Remove two things that were moved.

isolate_optional_targets
Stella Laurenzo 2023-09-06 04:41:36 -07:00
parent dd79067571
commit 14ecd74189
1 changed files with 0 additions and 10 deletions

View File

@ -16,16 +16,6 @@ include "mlir/Pass/PassBase.td"
// Torch conversions
//===----------------------------------------------------------------------===//
def ConvertTorchToArith : Pass<"convert-torch-to-arith", "func::FuncOp"> {
let summary = "Convert recognized Torch ops to Std ops";
let constructor = "mlir::torch::createConvertTorchToArithPass()";
}
def ConvertTorchToSCF: Pass<"convert-torch-to-scf", "func::FuncOp"> {
let summary = "Convert recognized Torch ops to SCF ops";
let constructor = "mlir::torch::createConvertTorchToSCFPass()";
}
def ConvertTorchToLinalg : Pass<"convert-torch-to-linalg", "func::FuncOp"> {
let summary = "Convert recognized Torch ops to Linalg ops";
let description = [{