annotate test/CodeGen/X86/avx512-vselect-crash.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 54457678186b
children 3a76565eade5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
121
803732b1fca8 LLVM 5.0
kono
parents: 77
diff changeset
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
33
e4204d083e25 LLVM 3.5
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl | FileCheck %s
e4204d083e25 LLVM 3.5
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3
e4204d083e25 LLVM 3.5
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 define <16 x i32> @test() {
121
803732b1fca8 LLVM 5.0
kono
parents: 77
diff changeset
5 ; CHECK-LABEL: test:
803732b1fca8 LLVM 5.0
kono
parents: 77
diff changeset
6 ; CHECK: ## BB#0: ## %entry
803732b1fca8 LLVM 5.0
kono
parents: 77
diff changeset
7 ; CHECK-NEXT: vxorps %xmm0, %xmm0, %xmm0
803732b1fca8 LLVM 5.0
kono
parents: 77
diff changeset
8 ; CHECK-NEXT: retq
33
e4204d083e25 LLVM 3.5
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 entry:
e4204d083e25 LLVM 3.5
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 %0 = icmp slt <16 x i32> undef, undef
e4204d083e25 LLVM 3.5
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 %1 = select <16 x i1> %0, <16 x i32> undef, <16 x i32> zeroinitializer
e4204d083e25 LLVM 3.5
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 ret <16 x i32> %1
e4204d083e25 LLVM 3.5
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 }