torch-mlir/lib/Conversion/TorchToTosa
Ramiro Leal-Cavazos 09ca07bca0
`m_TorchConstant{Int/Bool}List` -> `m_TorchListOfConstant{Int/Bool}s` (#1601)
This commit renames the patterns used to match on lists of constant
values to `m_TorchListOfConstant{valueType}s`. This is needed to avoid
ambiguity for when `valueType` has `Optional` in it. In particular, it
makes it clear whether the values in the list are optional or the list
itself is optional.
2022-11-16 20:33:12 +00:00
..
CMakeLists.txt Bump LLVM (#958) 2022-06-22 22:23:46 -05:00
TorchToTosa.cpp `m_TorchConstant{Int/Bool}List` -> `m_TorchListOfConstant{Int/Bool}s` (#1601) 2022-11-16 20:33:12 +00:00
TosaLegalizeCommon.cpp llvm: update tag to 061e0189 (#1180) 2022-08-08 20:17:35 -07:00
TosaLegalizeUtils.cpp [TOSA] Add more tosa::cast type support 2022-11-16 09:53:10 +05:30