1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt < %s -mtriple=x86_64-unknown-unknown -mergeicmps -verify-dom-info -S | FileCheck %s --check-prefix=X86
4 ; 8-byte int and 8-byte pointer should merge into a 16-byte memcmp.
5 ; X86: memcmp(i8* {{.*}}, i8* {{.*}}, i64 16)
7 %struct.outer = type { i64, %struct.inner* }
8 %struct.inner = type { i32, i32, i32 }
10 ; Function Attrs: nounwind uwtable
11 define dso_local i1 @"?foo@@YAHAEAUouter@@0@Z"(%struct.outer* align 8 dereferenceable(16) %o1, %struct.outer* align 8 dereferenceable(116) %o2) local_unnamed_addr #0 {
13 %p1 = getelementptr inbounds %struct.outer, %struct.outer* %o1, i64 0, i32 0
14 %0 = load i64, i64* %p1, align 8
15 %p11 = getelementptr inbounds %struct.outer, %struct.outer* %o2, i64 0, i32 0
16 %1 = load i64, i64* %p11, align 8
17 %cmp = icmp eq i64 %0, %1
18 br i1 %cmp, label %if.then, label %if.end5
20 if.then: ; preds = %entry
21 %p2 = getelementptr inbounds %struct.outer, %struct.outer* %o1, i64 0, i32 1
22 %2 = load %struct.inner*, %struct.inner** %p2, align 8
23 %p22 = getelementptr inbounds %struct.outer, %struct.outer* %o2, i64 0, i32 1
24 %3 = load %struct.inner*, %struct.inner** %p22, align 8
25 %cmp3 = icmp eq %struct.inner* %2, %3
28 if.end5: ; preds = %if.then, %entry
29 %rez.0 = phi i1 [ %cmp3, %if.then ], [ false, %entry ]
32 ; Function Attrs: argmemonly nounwind
33 declare void @llvm.lifetime.start.p0i8(i64, i8* nocapture) #1
35 ; Function Attrs: argmemonly nounwind
36 declare void @llvm.lifetime.end.p0i8(i64, i8* nocapture) #1
38 attributes #0 = { nounwind uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
39 attributes #1 = { argmemonly nounwind }
40 attributes #2 = { nounwind }