torch-mlir/lib/Dialect/TorchConversion/Transforms
Ashay Rane e06ee08506
torch: [nfc] use `WalkResult::isInterrupted()` instead of booleans (#1081)
An upstream MLIR bug (that was recently fixed) caused the result to be
ignored for Region- and Block-visitor functions.  Now that the bug is
fixed, we don't need an auxiliary boolean to track whether the visitor
function has succeeded.
2022-07-19 10:17:57 -07:00
..
BackendTypeConversion.cpp [NFC] Split BackendTypeConversion -> (BackendTypeConversion, BackendTypeConversionPasses) 2022-03-22 13:56:18 -07:00
BackendTypeConversionPasses.cpp llvm: bump tag to e1318078 (#781) 2022-04-26 12:27:51 -07:00
CMakeLists.txt [NFC] Split BackendTypeConversion -> (BackendTypeConversion, BackendTypeConversionPasses) 2022-03-22 13:56:18 -07:00
PassDetail.h llvm: bump tag to e1318078 (#781) 2022-04-26 12:27:51 -07:00
Passes.cpp [MLIR][TORCH] Add folder for torch_c.from_i64 & torch_c.to_i64 (#933) 2022-06-24 09:34:39 +08:00
VerifyInvariantsBeforeBackendLowering.cpp torch: [nfc] use `WalkResult::isInterrupted()` instead of booleans (#1081) 2022-07-19 10:17:57 -07:00
VerifyLinalgOnTensorsBackendContract.cpp Bump LLVM (#958) 2022-06-22 22:23:46 -05:00
VerifyTosaBackendContract.cpp llvm: bump tag to e1318078 (#781) 2022-04-26 12:27:51 -07:00