[X86] X86DAGToDAGISel - attempt to merge XMM/YMM loads with YMM/ZMM loads of the...
[llvm-project.git] / llvm / test / CodeGen / PowerPC / anyext_srl.ll
blob49b13d70150d322de9c9c557fc955355e854a4a6
1 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu \
2 ; RUN:     -mcpu=pwr8 < %s | FileCheck %s
4 %class.PB2 = type { [1 x i32], ptr }
5 %class.PB1 = type { [1 x i32], i64, i64, i32 }
7 ; Function Attrs: norecurse nounwind readonly
8 define zeroext i1 @foo(ptr %s_a, ptr %s_b) local_unnamed_addr {
9 entry:
10   %0 = load i32, ptr %s_a, align 8, !tbaa !1
11   %and.i = and i32 %0, 8
12   %cmp.i = icmp ne i32 %and.i, 0
13   %1 = load i32, ptr %s_b, align 8, !tbaa !1
14   %and.i4 = and i32 %1, 8
15   %cmp.i5 = icmp ne i32 %and.i4, 0
16   %cmp = xor i1 %cmp.i, %cmp.i5
17   ret i1 %cmp
18 ; CHECK-LABEL: @foo
19 ; CHECK: rldicl  {{[0-9]+}}, {{[0-9]+}}, 61, 63
23 !1 = !{!2, !2, i64 0}
24 !2 = !{!"int", !3, i64 0}
25 !3 = !{!"omnipotent char", !4, i64 0}
26 !4 = !{!"Simple C++ TBAA"}