OSDN Git Service

[llvm-readobj] Improve printouts for COFF ARM64 binaries
[android-x86/external-llvm.git] / test / Transforms / BBVectorize / X86 / vs-cast.ll
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -bb-vectorize -S | FileCheck %s
3
4 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
5 target triple = "x86_64-unknown-linux-gnu"
6
7 define void @main() nounwind uwtable {
8 ; CHECK-LABEL: @main(
9 ; CHECK-NEXT:  entry:
10 ; CHECK-NEXT:    [[TMP0:%.*]] = bitcast <2 x i64> undef to i128
11 ; CHECK-NEXT:    [[TMP1:%.*]] = bitcast <2 x i64> undef to i128
12 ; CHECK-NEXT:    ret void
13 ;
14 entry:
15   %0 = bitcast <2 x i64> undef to i128
16   %1 = bitcast <2 x i64> undef to i128
17   ret void
18 }
19