[LoopVectorizer] Propagate underlying instruction to the cloned instances of VPPartia...
[llvm-project.git] / mlir / test / Conversion / FuncToLLVM / invalid.mlir
blobe70252ff87ed133cac59ed1d3d0d117b5b68d6ea
1 // RUN: mlir-opt %s -convert-func-to-llvm -verify-diagnostics -split-input-file
3 // Should not crash on unsupported types in function signatures.
4 func.func private @unsupported_signature() -> tensor<10 x i32>
6 // -----
8 func.func private @partially_supported_signature() -> (vector<10 x i32>, tensor<10 x i32>)