mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
Add FileCheck statements for r196435.
llvm-svn: 196449
This commit is contained in:
parent
27cfa30e39
commit
00a0d8b6f3
@ -1,6 +1,7 @@
|
||||
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl
|
||||
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl | FileCheck %s
|
||||
|
||||
define <16 x i32> @test_vbroadcast() {
|
||||
; CHECK: vpbroadcastd
|
||||
entry:
|
||||
%0 = sext <16 x i1> zeroinitializer to <16 x i32>
|
||||
%1 = fcmp uno <16 x float> undef, zeroinitializer
|
||||
|
@ -1,6 +1,7 @@
|
||||
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl
|
||||
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl | FileCheck %s
|
||||
|
||||
define <8 x i16> @test_zext_load() {
|
||||
; CHECK: vmovq
|
||||
entry:
|
||||
%0 = load <2 x i16> ** undef, align 8
|
||||
%1 = getelementptr inbounds <2 x i16>* %0, i64 1
|
||||
|
Loading…
Reference in New Issue
Block a user