1; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv32-unknown-unknown --spirv-ext=all %s -o - | FileCheck %s 2 3define i6 @getConstantI6() { 4 ret i6 2 5} 6 7; CHECK: OpExtension "SPV_INTEL_arbitrary_precision_integers" 8