1; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py 2; RUN: llc -mtriple=x86_64-linux-gnu -o - -global-isel %s -stop-after=irtranslator | FileCheck %s 3 4define <4 x i1> @foo() { 5 ; CHECK-LABEL: name: foo 6 ; CHECK: bb.1.entry: 7 ; CHECK: [[DEF:%[0-9]+]]:_(<4 x s1>) = G_IMPLICIT_DEF 8 ; CHECK: [[ANYEXT:%[0-9]+]]:_(<4 x s32>) = G_ANYEXT [[DEF]](<4 x s1>) 9 ; CHECK: $xmm0 = COPY [[ANYEXT]](<4 x s32>) 10 ; CHECK: RET 0, implicit $xmm0 11entry: 12 ret <4 x i1> undef ; 13} 14