#RUN: not llc -o - -global-isel -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s # REQUIRES: global-isel, aarch64-registered-target --- name: test_constant legalized: true regBankSelected: false selected: false tracksRegLiveness: true liveins: body: | bb.0: ; CHECK: Bad machine code: Instruction cannot use a vector result type %0:_(<2 x s32>) = G_CONSTANT i32 0 ; CHECK: Bad machine code: Too few operands %1:_(s32) = G_CONSTANT ...