[Bazel] Add LowerToBackendContract.cpp to TorchMLIRTorchPasses bazel target (#1243)

Pass is introduced in [this commit](57681f7947). Including it to the bazel targets to get a green build.
pull/1235/head snapshot-20220818.568
Sambhav Jain 2022-08-17 18:15:23 -07:00 committed by GitHub
parent 114f48e96c
commit 7d4a0d0e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ cc_library(
"lib/Dialect/Torch/Transforms/EraseModuleInitializer.cpp",
"lib/Dialect/Torch/Transforms/GlobalizeObjectGraph.cpp",
"lib/Dialect/Torch/Transforms/InlineGlobalSlots.cpp",
"lib/Dialect/Torch/Transforms/LowerToBackendContract.cpp",
"lib/Dialect/Torch/Transforms/MaximizeValueSemantics.cpp",
"lib/Dialect/Torch/Transforms/Passes.cpp",
"lib/Dialect/Torch/Transforms/PrepareForGlobalizeObjectGraph.cpp",