[RISCV] Fix the code alignment for GroupFloatVectors. NFC
[llvm-project.git] / mlir / test / Conversion / SPIRVToLLVM / spirv-types-to-llvm-invalid.mlir
blob20207456387b745d19141947a4987e618c5562cf
1 // RUN: mlir-opt %s -convert-spirv-to-llvm -verify-diagnostics -split-input-file
3 // expected-error@+1 {{failed to legalize operation 'spv.func' that was explicitly marked illegal}}
4 spv.func @array_with_unnatural_stride(%arg: !spv.array<4 x f32, stride=8>) -> () "None" {
5   spv.Return
8 // -----
10 // expected-error@+1 {{failed to legalize operation 'spv.func' that was explicitly marked illegal}}
11 spv.func @struct_with_unnatural_offset(%arg: !spv.struct<(i32[0], i32[8])>) -> () "None" {
12   spv.Return
15 // -----
17 // expected-error@+1 {{failed to legalize operation 'spv.func' that was explicitly marked illegal}}
18 spv.func @struct_with_decorations(%arg: !spv.struct<(f32 [RelaxedPrecision])>) -> () "None" {
19   spv.Return