brintos

brintos / llvm-project-archived public Read only

0
0
Text · 499 B · 5e93115 Raw
14 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2; RUN: llc -mtriple=x86_64-linux-gnu -o - -global-isel %s -stop-after=irtranslator | FileCheck %s3 4define <4 x i1> @foo() {5  ; CHECK-LABEL: name: foo6  ; CHECK: bb.1.entry:7  ; CHECK:   [[DEF:%[0-9]+]]:_(<4 x s1>) = G_IMPLICIT_DEF8  ; 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 $xmm011entry:12  ret <4 x i1> undef ;13}14