================ @@ -0,0 +1,9 @@ +// RUN: mlir-opt -convert-to-spirv %s | FileCheck %s + +// CHECK-LABEL: @ub +// CHECK: %[[UNDEF0:.*]] = spirv.Undef : i32 +// CHECK: spirv.ReturnValue %0 : i32 ---------------- Hardcode84 wrote: `[[UNDEF0:]]` https://github.com/llvm/llvm-project/pull/95942