torch-mlir/test/Dialect/Torch
Sean Silva 784156a998 Add `!torch.bool` type.
This finishes removing the dependence on the basicpy dialect!

Changes:
- Add `!torch.bool` type and replace use of `!basicpy.BoolType` in
  Torch-related code.
- Rename BuiltinTensorize to BackendTypeConversion since now it handles
  bool conversions (and, when we add !torch.int and !torch.float, it
  will handle those as well), and generalize the related utilities (I
  also moved them to Torch/Transforms since they aren't really part of
  Torch/IR).
  - Add `torch.to_i1` and `torch.from_i1` ops for materializations
- [cleanup] Reorganize `torch.constant.*` ops in TorchOps.td
- Remove dependency of `torch` dialect on `basicpy` dialect and also
  `std` dialect. For `std`, we use some call related ops, but the
  `torch` dialect itself never produces them (we have passes that do
  though).

This is fairly mechanical. Recommended review order:
- New stuff in Torch/IR
- New BuiltinTypeConversion files.
- Mechnical fixups elsewhere.
2021-06-16 13:22:00 -07:00
..
GlobalizeObjectGraph Add `!torch.bool` type. 2021-06-16 13:22:00 -07:00
adjust-calling-conventions.mlir Introduce native `!torch.none` type. 2021-06-14 13:30:58 -07:00
canonicalize.mlir Add `!torch.bool` type. 2021-06-16 13:22:00 -07:00
finalizing-backend-type-conversion.mlir Add `!torch.bool` type. 2021-06-16 13:22:00 -07:00
func-backend-type-conversion.mlir Add `!torch.bool` type. 2021-06-16 13:22:00 -07:00
inline-global-slots.mlir Introduce `!torch.tensor` / `!torch.vtensor` types. 2021-06-10 10:56:48 -07:00
invalid.mlir Add `torch.constant.int` and `torch.constant.float`. 2021-06-15 15:29:42 -07:00
maximize-value-semantics.mlir Introduce `!torch.tensor` / `!torch.vtensor` types. 2021-06-10 10:56:48 -07:00
ops.mlir Add `!torch.bool` type. 2021-06-16 13:22:00 -07:00
prepare-for-globalize-object-graph.mlir Support multiple instances of a class in GlobalizeObjectGraph. 2021-03-11 19:21:07 -08:00
reduce-op-variants.mlir Add `torch.constant.int` and `torch.constant.float`. 2021-06-15 15:29:42 -07:00
refine-public-return.mlir Introduce `!torch.tensor` / `!torch.vtensor` types. 2021-06-10 10:56:48 -07:00
refine-types.mlir Add `!torch.bool` type. 2021-06-16 13:22:00 -07:00