================ @@ -0,0 +1,67 @@ +; RUN: llc -mtriple=spirv-unknown-unknown -O0 %s -o - | FileCheck %s + +; CHECK-DAG: [[bool:%[0-9]+]] = OpTypeBool ---------------- Keenuts wrote: Ah thanks for pointing this out, fixed! https://github.com/llvm/llvm-project/pull/75844