[RISCV] Fix the code alignment for GroupFloatVectors. NFC
[llvm-project.git] / mlir / test / Conversion / StandardToLLVM / invalid.mlir
blob5b6e7577cc77e8aae427d93e50232671066027a8
1 // RUN: mlir-opt %s -convert-std-to-llvm -verify-diagnostics -split-input-file
3 // Should not crash on unsupported types in function signatures.
4 func private @unsupported_signature() -> tensor<10 x i32>
6 // -----
8 func private @partially_supported_signature() -> (vector<10 x i32>, tensor<10 x i32>)