1; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu \ 2; RUN: -mcpu=pwr8 < %s | FileCheck %s 3 4%class.PB2 = type { [1 x i32], ptr } 5%class.PB1 = type { [1 x i32], i64, i64, i32 } 6 7; Function Attrs: norecurse nounwind readonly 8define zeroext i1 @foo(ptr %s_a, ptr %s_b) local_unnamed_addr { 9entry: 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 20 21} 22 23!1 = !{!2, !2, i64 0} 24!2 = !{!"int", !3, i64 0} 25!3 = !{!"omnipotent char", !4, i64 0} 26!4 = !{!"Simple C++ TBAA"} 27 28