Test Failure: Transforms/MergeICmps/X86/pair-int32-int32.ll

Test source: git

Comments: LLVM PR51845

Log:

Source: <stdin>

----------------------------------------
define i1 @opeq1(ptr nocapture nowrite dereferenceable(8) %a, ptr nocapture nowrite dereferenceable(8) %b) nofree denormal-fp-math=ieee,ieee {
%entry:
  %first.i = gep inbounds ptr nocapture nowrite dereferenceable(8) %a, 8 x i64 0, 1 x i64 0
  %0 = load i32, ptr %first.i, align 4
  %first1.i = gep inbounds ptr nocapture nowrite dereferenceable(8) %b, 8 x i64 0, 1 x i64 0
  %1 = load i32, ptr %first1.i, align 4
  %cmp.i = icmp eq i32 %0, %1
  br i1 %cmp.i, label %land.rhs.i, label %opeq1.exit

%land.rhs.i:
  %second.i = gep inbounds ptr nocapture nowrite dereferenceable(8) %a, 8 x i64 0, 1 x i64 4
  %2 = load i32, ptr %second.i, align 4
  %second2.i = gep inbounds ptr nocapture nowrite dereferenceable(8) %b, 8 x i64 0, 1 x i64 4
  %3 = load i32, ptr %second2.i, align 4
  %cmp3.i = icmp eq i32 %2, %3
  br label %opeq1.exit

%opeq1.exit:
  %4 = phi i1 [ 0, %entry ], [ %cmp3.i, %land.rhs.i ]
  ret i1 %4
}
=>
define i1 @opeq1(ptr nocapture nowrite dereferenceable(8) %a, ptr nocapture nowrite dereferenceable(8) %b) nofree denormal-fp-math=ieee,ieee {
%entry+land.rhs.i:
  %0 = gep inbounds ptr nocapture nowrite dereferenceable(8) %a, 8 x i64 0, 1 x i64 0
  %1 = gep inbounds ptr nocapture nowrite dereferenceable(8) %b, 8 x i64 0, 1 x i64 0
  %cstr = bitcast ptr %0 to ptr
  %cstr1 = bitcast ptr %1 to ptr
  %memcmp = memcmp ptr %cstr, ptr %cstr1, i64 8
  %2 = icmp eq i32 %memcmp, 0
  br label %opeq1.exit

%opeq1.exit:
  ret i1 %2
}
Transformation seems to be correct!


----------------------------------------
define i1 @opeq1_inverse(ptr nocapture nowrite dereferenceable(8) %a, ptr nocapture nowrite dereferenceable(8) %b) nofree denormal-fp-math=ieee,ieee {
%entry:
  %first.i = gep inbounds ptr nocapture nowrite dereferenceable(8) %a, 8 x i64 0, 1 x i64 4
  %0 = load i32, ptr %first.i, align 4
  %first1.i = gep inbounds ptr nocapture nowrite dereferenceable(8) %b, 8 x i64 0, 1 x i64 4
  %1 = load i32, ptr %first1.i, align 4
  %cmp.i = icmp eq i32 %0, %1
  br i1 %cmp.i, label %land.rhs.i, label %opeq1.exit

%land.rhs.i:
  %second.i = gep inbounds ptr nocapture nowrite dereferenceable(8) %a, 8 x i64 0, 1 x i64 0
  %2 = load i32, ptr %second.i, align 4
  %second2.i = gep inbounds ptr nocapture nowrite dereferenceable(8) %b, 8 x i64 0, 1 x i64 0
  %3 = load i32, ptr %second2.i, align 4
  %cmp3.i = icmp eq i32 %2, %3
  br label %opeq1.exit

%opeq1.exit:
  %4 = phi i1 [ 0, %entry ], [ %cmp3.i, %land.rhs.i ]
  ret i1 %4
}
=>
define i1 @opeq1_inverse(ptr nocapture nowrite dereferenceable(8) %a, ptr nocapture nowrite dereferenceable(8) %b) nofree denormal-fp-math=ieee,ieee {
%land.rhs.i+entry:
  %0 = gep inbounds ptr nocapture nowrite dereferenceable(8) %a, 8 x i64 0, 1 x i64 0
  %1 = gep inbounds ptr nocapture nowrite dereferenceable(8) %b, 8 x i64 0, 1 x i64 0
  %cstr = bitcast ptr %0 to ptr
  %cstr1 = bitcast ptr %1 to ptr
  %memcmp = memcmp ptr %cstr, ptr %cstr1, i64 8
  %2 = icmp eq i32 %memcmp, 0
  br label %opeq1.exit

%opeq1.exit:
  ret i1 %2
}
Transformation doesn't verify!
ERROR: Target is more poisonous than source

Example:
ptr nocapture nowrite dereferenceable(8) %a = pointer(non-local, block_id=1, offset=4, attrs=3)
ptr nocapture nowrite dereferenceable(8) %b = pointer(non-local, block_id=1, offset=0, attrs=3)

Source:
ptr %first.i = pointer(non-local, block_id=1, offset=8, attrs=3)
i32 %0 = #x01000000 (16777216)
ptr %first1.i = pointer(non-local, block_id=1, offset=4, attrs=3)
i32 %1 = #x00010001 (65537)
i1 %cmp.i = #x0 (0)
  >> Jump to %opeq1.exit
i1 %4 = #x0 (0)

SOURCE MEMORY STATE
===================
NON-LOCAL BLOCKS:
Block 0 >	size: 0	align: 1	alloc type: 0	address: 0
Block 1 >	size: 12	align: 4	alloc type: 0	address: 8
Block 2 >	size: 12	align: 2	alloc type: 0	address: 35

Target:
ptr %0 = pointer(non-local, block_id=1, offset=4, attrs=3)
ptr %1 = pointer(non-local, block_id=1, offset=0, attrs=3)
ptr %cstr = pointer(non-local, block_id=1, offset=4, attrs=3)
ptr %cstr1 = pointer(non-local, block_id=1, offset=0, attrs=3)
i32 %memcmp = poison
i1 %2 = poison
  >> Jump to %opeq1.exit
Source value: #x0 (0)
Target value: poison


------------------- SMT STATS -------------------
Num queries: 11
Num invalid: 0
Num skips:   0
Num trivial: 17 (60.7%)
Num timeout: 0 (0.0%)
Num errors:  0 (0.0%)
Num SAT:     7 (63.6%)
Num UNSAT:   4 (36.4%)
Alive2: Transform doesn't verify; aborting!

stderr:

+ : 'RUN: at line 2'
+ /home/nlopes/alive2/build/opt-alive.sh '-passes=require<domtree>,mergeicmps,verify<domtree>' -mtriple=x86_64-unknown-unknown -S
+ /bitbucket/nlopes/llvm/build/bin/FileCheck /bitbucket/nlopes/llvm/llvm/test/Transforms/MergeICmps/X86/pair-int32-int32.ll --check-prefix=X86

FileCheck error: '<stdin>' is empty.
FileCheck command line:  /bitbucket/nlopes/llvm/build/bin/FileCheck /bitbucket/nlopes/llvm/llvm/test/Transforms/MergeICmps/X86/pair-int32-int32.ll --check-prefix=X86

 

<-- Back