Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git] / mlir / test / Conversion / ConvertToSPIRV / ub.mlir
blobf34ca01c94f00b497ff831808d1efa910ac9f216
1 // RUN: mlir-opt -convert-to-spirv="run-signature-conversion=false run-vector-unrolling=false" -split-input-file %s | FileCheck %s
3 // CHECK-LABEL: @ub
4 // CHECK: %[[UNDEF:.*]] = spirv.Undef : i32
5 // CHECK: spirv.ReturnValue %[[UNDEF]] : i32
6 func.func @ub() -> index {
7   %0 = ub.poison : index
8   return %0 : index