Skip to content

Commit d7350ef

Browse files
committed
[X86] Regenerate 2007-06-28-X86-64-isel.ll
1 parent 3dae0b5 commit d7350ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

llvm/test/CodeGen/X86/2007-06-28-X86-64-isel.ll

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
; RUN: llc < %s -mtriple=x86_64-- -mattr=+sse2
1+
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2+
; RUN: llc < %s -mtriple=x86_64-- -mattr=+sse2 | FileCheck %s
23

34
define void @test() {
5+
; CHECK-LABEL: test:
6+
; CHECK: # %bb.0: # %bb2
7+
; CHECK-NEXT: retq
48
%tmp1 = call <8 x i16> @llvm.x86.sse2.pmins.w( <8 x i16> zeroinitializer, <8 x i16> bitcast (<4 x i32> < i32 7, i32 7, i32 7, i32 7 > to <8 x i16>) )
59
%tmp2 = bitcast <8 x i16> %tmp1 to <4 x i32>
610
br i1 false, label %bb1, label %bb2

0 commit comments

Comments
 (0)