Test Failure: Transforms/PhaseOrdering/AArch64/constraint-elimination-placement.ll

Test source: git

Log:

Source: /bitbucket/nlopes/llvm/llvm/test/Transforms/PhaseOrdering/AArch64/constraint-elimination-placement.ll
-- 1. Annotation2MetadataPass
ERROR: Unsupported attribute: noalias
-- 2. Annotation2MetadataPass
ERROR: Unsupported attribute: noalias

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i64 @strlen(ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i1 @test2_fn4(i8)

define i64 @test2_fn3(ptr dereferenceable(24) align(8) %this) {
entry:
  %l = load i8, ptr dereferenceable(24) align(8) %this, align 1
  %call1 = call i1 @test2_fn4(i8 %l)
  br i1 %call1, label %cond.true, label %cond.end

cond.true:
  %__size_ = gep ptr dereferenceable(24) align(8) %this, 24 x i64 0, 1 x i64 8
  %call2 = load i64, ptr %__size_, align 8
  br label %cond.end

cond.end:
  %cond = phi i64 [ %call2, %cond.true ], [ 0, %entry ]
  ret i64 %cond
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
define i1 @test2_fn4(i8 %bf.load) {
entry:
  %tobool = icmp slt i8 %bf.load, 0
  ret i1 %tobool
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i32 @test2_fn6()
declare i1 @test2_fn4(i8)

define i32 @test2_fn5() {
entry:
  %call8 = call i32 @test2_fn6()
  %trunc = trunc i32 %call8 to i8
  %call1 = call i1 @test2_fn4(i8 %trunc)
  %#0 = xor i1 %call1, 1
  assume i1 %#0
  ret i32 %call8
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i32 @memcmp(ptr, ptr, i64)

@.str.79 = constant 14 bytes, align 1

define i32 @test2_fn6() {
init:
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  br label %entry

entry:
  %call = memcmp ptr @.str.79, ptr @.str.79, i64 2
  ret i32 %call
}
Transformation seems to be correct! (syntactically equal)

-- 3. ForceFunctionAttrsPass
ERROR: Unsupported attribute: noalias

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i64 @strlen(ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i1 @test2_fn4(i8)

define i64 @test2_fn3(ptr dereferenceable(24) align(8) %this) {
entry:
  %l = load i8, ptr dereferenceable(24) align(8) %this, align 1
  %call1 = call i1 @test2_fn4(i8 %l)
  br i1 %call1, label %cond.true, label %cond.end

cond.true:
  %__size_ = gep ptr dereferenceable(24) align(8) %this, 24 x i64 0, 1 x i64 8
  %call2 = load i64, ptr %__size_, align 8
  br label %cond.end

cond.end:
  %cond = phi i64 [ %call2, %cond.true ], [ 0, %entry ]
  ret i64 %cond
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
define i1 @test2_fn4(i8 %bf.load) {
entry:
  %tobool = icmp slt i8 %bf.load, 0
  ret i1 %tobool
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i32 @test2_fn6()
declare i1 @test2_fn4(i8)

define i32 @test2_fn5() {
entry:
  %call8 = call i32 @test2_fn6()
  %trunc = trunc i32 %call8 to i8
  %call1 = call i1 @test2_fn4(i8 %trunc)
  %#0 = xor i1 %call1, 1
  assume i1 %#0
  ret i32 %call8
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i32 @memcmp(ptr, ptr, i64)

@.str.79 = constant 14 bytes, align 1

define i32 @test2_fn6() {
init:
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  br label %entry

entry:
  %call = memcmp ptr @.str.79, ptr @.str.79, i64 2
  ret i32 %call
}
Transformation seems to be correct! (syntactically equal)

-- 4. ForceFunctionAttrsPass
ERROR: Unsupported attribute: noalias

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i64 @strlen(ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i1 @test2_fn4(i8)

define i64 @test2_fn3(ptr dereferenceable(24) align(8) %this) {
entry:
  %l = load i8, ptr dereferenceable(24) align(8) %this, align 1
  %call1 = call i1 @test2_fn4(i8 %l)
  br i1 %call1, label %cond.true, label %cond.end

cond.true:
  %__size_ = gep ptr dereferenceable(24) align(8) %this, 24 x i64 0, 1 x i64 8
  %call2 = load i64, ptr %__size_, align 8
  br label %cond.end

cond.end:
  %cond = phi i64 [ %call2, %cond.true ], [ 0, %entry ]
  ret i64 %cond
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
define i1 @test2_fn4(i8 %bf.load) {
entry:
  %tobool = icmp slt i8 %bf.load, 0
  ret i1 %tobool
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i32 @test2_fn6()
declare i1 @test2_fn4(i8)

define i32 @test2_fn5() {
entry:
  %call8 = call i32 @test2_fn6()
  %trunc = trunc i32 %call8 to i8
  %call1 = call i1 @test2_fn4(i8 %trunc)
  %#0 = xor i1 %call1, 1
  assume i1 %#0
  ret i32 %call8
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i32 @memcmp(ptr, ptr, i64)

@.str.79 = constant 14 bytes, align 1

define i32 @test2_fn6() {
init:
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  br label %entry

entry:
  %call = memcmp ptr @.str.79, ptr @.str.79, i64 2
  ret i32 %call
}
Transformation seems to be correct! (syntactically equal)

-- 5. InferFunctionAttrsPass : Skipping unsupported
ERROR: Unsupported attribute: noalias
-- 6. InferFunctionAttrsPass : Skipping unsupported
ERROR: Unsupported attribute: noalias
-- 7. CoroEarlyPass
ERROR: Unsupported attribute: noalias

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i64 @strlen(nocapture ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i1 @test2_fn4(i8)

define i64 @test2_fn3(ptr dereferenceable(24) align(8) %this) {
entry:
  %l = load i8, ptr dereferenceable(24) align(8) %this, align 1
  %call1 = call i1 @test2_fn4(i8 %l)
  br i1 %call1, label %cond.true, label %cond.end

cond.true:
  %__size_ = gep ptr dereferenceable(24) align(8) %this, 24 x i64 0, 1 x i64 8
  %call2 = load i64, ptr %__size_, align 8
  br label %cond.end

cond.end:
  %cond = phi i64 [ %call2, %cond.true ], [ 0, %entry ]
  ret i64 %cond
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
define i1 @test2_fn4(i8 %bf.load) {
entry:
  %tobool = icmp slt i8 %bf.load, 0
  ret i1 %tobool
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i32 @test2_fn6()
declare i1 @test2_fn4(i8)

define i32 @test2_fn5() {
entry:
  %call8 = call i32 @test2_fn6()
  %trunc = trunc i32 %call8 to i8
  %call1 = call i1 @test2_fn4(i8 %trunc)
  %#0 = xor i1 %call1, 1
  assume i1 %#0
  ret i32 %call8
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i32 @memcmp(nocapture ptr, nocapture ptr, i64)

@.str.79 = constant 14 bytes, align 1

define i32 @test2_fn6() {
init:
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  br label %entry

entry:
  %call = memcmp ptr @.str.79, ptr @.str.79, i64 2
  ret i32 %call
}
Transformation seems to be correct! (syntactically equal)

-- 8. CoroEarlyPass
ERROR: Unsupported attribute: noalias

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i64 @strlen(nocapture ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i1 @test2_fn4(i8)

define i64 @test2_fn3(ptr dereferenceable(24) align(8) %this) {
entry:
  %l = load i8, ptr dereferenceable(24) align(8) %this, align 1
  %call1 = call i1 @test2_fn4(i8 %l)
  br i1 %call1, label %cond.true, label %cond.end

cond.true:
  %__size_ = gep ptr dereferenceable(24) align(8) %this, 24 x i64 0, 1 x i64 8
  %call2 = load i64, ptr %__size_, align 8
  br label %cond.end

cond.end:
  %cond = phi i64 [ %call2, %cond.true ], [ 0, %entry ]
  ret i64 %cond
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
define i1 @test2_fn4(i8 %bf.load) {
entry:
  %tobool = icmp slt i8 %bf.load, 0
  ret i1 %tobool
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i32 @test2_fn6()
declare i1 @test2_fn4(i8)

define i32 @test2_fn5() {
entry:
  %call8 = call i32 @test2_fn6()
  %trunc = trunc i32 %call8 to i8
  %call1 = call i1 @test2_fn4(i8 %trunc)
  %#0 = xor i1 %call1, 1
  assume i1 %#0
  ret i32 %call8
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i32 @memcmp(nocapture ptr, nocapture ptr, i64)

@.str.79 = constant 14 bytes, align 1

define i32 @test2_fn6() {
init:
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  br label %entry

entry:
  %call = memcmp ptr @.str.79, ptr @.str.79, i64 2
  ret i32 %call
}
Transformation seems to be correct! (syntactically equal)

-- 9. ModuleToFunctionPassAdaptor
ERROR: Unsupported attribute: noalias

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i64 @strlen(nocapture ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i1 @test2_fn4(i8)

define i64 @test2_fn3(ptr dereferenceable(24) align(8) %this) {
entry:
  %l = load i8, ptr dereferenceable(24) align(8) %this, align 1
  %call1 = call i1 @test2_fn4(i8 %l)
  br i1 %call1, label %cond.true, label %cond.end

cond.true:
  %__size_ = gep ptr dereferenceable(24) align(8) %this, 24 x i64 0, 1 x i64 8
  %call2 = load i64, ptr %__size_, align 8
  br label %cond.end

cond.end:
  %cond = phi i64 [ %call2, %cond.true ], [ 0, %entry ]
  ret i64 %cond
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
define i1 @test2_fn4(i8 %bf.load) {
entry:
  %tobool = icmp slt i8 %bf.load, 0
  ret i1 %tobool
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i32 @test2_fn6()
declare i1 @test2_fn4(i8)

define i32 @test2_fn5() {
entry:
  %call8 = call i32 @test2_fn6()
  %trunc = trunc i32 %call8 to i8
  %call1 = call i1 @test2_fn4(i8 %trunc)
  %#0 = xor i1 %call1, 1
  assume i1 %#0
  ret i32 %call8
}
Transformation seems to be correct! (syntactically equal)


----------------------------------------
declare i32 @memcmp(nocapture ptr, nocapture ptr, i64)

@.str.79 = constant 14 bytes, align 1

define i32 @test2_fn6() {
init:
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  br label %entry

entry:
  %call = memcmp ptr @.str.79, ptr @.str.79, i64 2
  ret i32 %call
}
Transformation seems to be correct! (syntactically equal)

-- 1. PassManager<Function> : Skipping NOP
ERROR: Unsupported attribute: noalias
-- 2. LowerExpectIntrinsicPass
ERROR: Unsupported attribute: noalias
-- 3. LowerExpectIntrinsicPass
ERROR: Unsupported attribute: noalias
-- 4. SimplifyCFGPass
ERROR: Unsupported attribute: noalias
-- 5. SimplifyCFGPass
ERROR: Unsupported attribute: noalias
-- 6. SROAPass
ERROR: Unsupported attribute: noalias
-- 7. SROAPass
ERROR: Unsupported attribute: noalias
-- 8. EarlyCSEPass
ERROR: Unsupported attribute: noalias
-- 9. EarlyCSEPass
ERROR: Unsupported attribute: noalias
-- 10. PassManager<Function> : Skipping NOP
ERROR: Unsupported attribute: noalias
-- 11. PassManager<Function> : Skipping NOP
-- 12. LowerExpectIntrinsicPass

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)

-- 13. LowerExpectIntrinsicPass

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)

-- 14. SimplifyCFGPass

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)

-- 15. SimplifyCFGPass

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)

-- 16. SROAPass

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)

-- 17. SROAPass

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)

-- 18. EarlyCSEPass

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)

-- 19. EarlyCSEPass

----------------------------------------
declare i1 @test2_fn2(ptr)

@.str.78 = constant 12 bytes, align 1
@.str.79 = constant 14 bytes, align 1
@.str.80 = constant 18 bytes, align 16

define void @test2(ptr %this) {
init:
  store [12 x i8] { 45, 45, 116, 101, 115, 116, 45, 105, 110, 102, 111, 0 }, ptr @.str.78, align 1
  store [14 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 105, 110, 102, 111, 0 }, ptr @.str.79, align 1
  store [18 x i8] { 45, 45, 116, 101, 115, 116, 45, 110, 111, 99, 111, 109, 112, 114, 101, 115, 115, 0 }, ptr @.str.80, align 16
  br label %entry

entry:
  %call16 = call i1 @test2_fn2(ptr @.str.78)
  %call17 = call i1 @test2_fn2(ptr @.str.79)
  br i1 %call17, label %if.then18, label %if.else21

if.else21:
  %call22 = call i1 @test2_fn2(ptr @.str.80)
  br label %common.ret

if.then18:
  %call19 = call i1 @test2_fn2(ptr @.str.78)
  %frombool20 = zext i1 %call19 to i8
  store i8 %frombool20, ptr %this, align 4
  br label %common.ret

common.ret:
  ret void
}
Transformation seems to be correct! (syntactically equal)

-- 20. PassManager<Function> : Skipping NOP
-- 21. PassManager<Function> : Skipping NOP
-- 22. LowerExpectIntrinsicPass

----------------------------------------
declare i64 @strlen(nocapture ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)

-- 23. LowerExpectIntrinsicPass

----------------------------------------
declare i64 @strlen(nocapture ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)

-- 24. SimplifyCFGPass

----------------------------------------
declare i64 @strlen(nocapture ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)

-- 25. SimplifyCFGPass

----------------------------------------
declare i64 @strlen(nocapture ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)

-- 26. SROAPass

----------------------------------------
declare i64 @strlen(nocapture ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)

-- 27. SROAPass

----------------------------------------
declare i64 @strlen(nocapture ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)

-- 28. EarlyCSEPass

----------------------------------------
declare i64 @strlen(nocapture ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)

-- 29. EarlyCSEPass

----------------------------------------
declare i64 @strlen(nocapture ptr)
declare i64 @test2_fn3(dereferenceable(24) align(8) ptr)
declare i32 @test2_fn5()

define i1 @test2_fn2(ptr %__rhs) {
entry:
  %call = strlen ptr %__rhs
  %call1 = call i64 @test2_fn3(dereferenceable(24) align(8) ptr null)
  %cmp2.not = icmp eq i64 %call, %call1
  br i1 %cmp2.not, label %if.end, label %cleanup

if.end:
  %call3 = call i32 @test2_fn5()
  %cmp4 = icmp eq i32 %call3, 0
  br label %cleanup

cleanup:
  %retval.0 = phi i1 [ %cmp4, %if.end ], [ 0, %entry ]
  ret i1 %retval.0
}
Transformation seems to be correct! (syntactically equal)

-- 30. PassManager<Function> : Skipping NOP
-- 31. PassManager<Function> : Skipping NOP
-- 32. LowerExpectIntrinsicPass

----------------------------------------
declare i1 @test2_fn4(i8)

define i64 @test2_fn3(ptr dereferenceable(24) align(8) %this) {
entry:
  %l = load i8, ptr dereferenceable(24) align(8) %this, align 1
  %call1 = call i1 @test2_fn4(i8 %l)
  br i1 %call1, label %cond.true, label %cond.end

cond.true:
  %__size_ = gep ptr dereferenceable(24) align(8) %this, 24 x i64 0, 1 x i64 8
  %call2 = load i64, ptr %__size_, align 8
  br label %cond.end

cond.end:
  %cond = phi i64 [ %call2, %cond.true ], [ 0, %entry ]
  ret i64 %cond
}
Transformation seems to be correct! (syntactically equal)

-- 33. LowerExpectIntrinsicPass

----------------------------------------
declare i1 @test2_fn4(i8)

define i64 @test2_fn3(ptr dereferenceable(24) align(8) %this) {
entry:
  %l = load i8, ptr dereferenceable(24) align(8) %this, align 1
  %call1 = call i1 @test2_fn4(i8 %l)
  br i1 %call1, label %cond.true, label %cond.end

cond.true:
  %__size_ = gep ptr dereferenceable(24) align(8) %this, 24 x i64 0, 1 x i64 8
  %call2 = load i64, ptr %__size_, align 8
  br label %cond.end

cond.end:
  %cond = phi i64 [ %call2, %cond.true ], [ 0, %entry ]
  ret i64 %cond
}
Transformation seems to be correct! (syntactically equal)

-- 34. SimplifyCFGPass

----------------------------------------
declare i1 @test2_fn4(i8)

define i64 @test2_fn3(ptr dereferenceable(24) align(8) %this) {
entry:
  %l = load i8, ptr dereferenceable(24) align(8) %this, align 1
  %call1 = call i1 @test2_fn4(i8 %l)
  br i1 %call1, label %cond.true, label %cond.end

cond.true:
  %__size_ = gep ptr dereferenceable(24) align(8) %this, 24 x i64 0, 1 x i64 8
  %call2 = load i64, ptr %__size_, align 8
  br label %cond.end

cond.end:
  %cond = phi i64 [ %call2, %cond.true ], [ 0, %entry ]
  ret i64 %cond
}
Transformation seems to be correct! (syntactically equal)

-- 35. SimplifyCFGPass

----------------------------------------
declare i1 @test2_fn4(i8)

define i64 @test2_fn3(ptr dereferenceable(24) align(8) %this) {
entry:
  %l = load i8, ptr dereferenceable(24) align(8) %this, align 8
  %call1 = call i1 @test2_fn4(i8 %l)
  br i1 %call1, label %cond.true, label %cond.end

cond.true:
  %__size_ = gep ptr dereferenceable(24) align(8) %this, 24 x i64 0, 1 x i64 8
  %call2 = load i64, ptr %__size_, align 8
  br label %cond.end

cond.end:
  %cond = phi i64 [ %call2, %cond.true ], [ 0, %entry ]
  ret i64 %cond
}
=>
declare i1 @test2_fn4(i8)

define i64 @test2_fn3(ptr dereferenceable(24) align(8) %this) {
entry:
  %l = load i8, ptr dereferenceable(24) align(8) %this, align 8
  %call1 = call i1 @test2_fn4(i8 %l)
  %__size_ = gep ptr dereferenceable(24) align(8) %this, 24 x i64 0, 1 x i64 8
  %call2 = load i64, ptr %__size_, align 8
  %cond = select i1 %call1, i64 %call2, i64 0
  ret i64 %cond
}
Transformation doesn't verify! (unsound)
ERROR: Source is more defined than target

Example:
ptr dereferenceable(24) align(8) %this = pointer(non-local, block_id=1, offset=0)

Source:
i8 %l = poison
i1 %call1 = #x0 (0)
  >> Jump to %cond.end
i64 %cond = #x0000000000000000 (0)

SOURCE MEMORY STATE
===================
NON-LOCAL BLOCKS:
Block 0 >	size: 0	align: 1	alloc type: 0	alive: false	address: 0
Block 1 >	size: 128	align: 8	alloc type: 2	alive: false	address: 8
Block 2 >	align: 1	alloc type: 0	alive: true

Target:
i8 %l = poison
i1 %call1 = #x0 (0)
ptr %__size_ = pointer(non-local, block_id=1, offset=8)
i64 %call2 = UB triggered!


Pass: SimplifyCFGPass
Command line: '/home/nlopes/llvm/build/bin/opt' '-load=/home/nlopes/alive2/build/tv/tv.so' '-load-pass-plugin=/home/nlopes/alive2/build/tv/tv.so' '-tv-exit-on-error' '-passes=default<O2>' '-S' '/bitbucket/nlopes/llvm/llvm/test/Transforms/PhaseOrdering/AArch64/constraint-elimination-placement.ll' '-tv-smt-to=20000' '-tv-report-dir=/home/nlopes/alive2/build/logs' '-tv-smt-stats'
Wrote bitcode to: "/home/nlopes/alive2/build/logs/constraint-elimination-placement_KuVvlqsD_87Ss.bc"


------------------- SMT STATS -------------------
Num queries: 27
Num invalid: 0
Num skips:   0
Num trivial: 5 (15.6%)
Num timeout: 0 (0.0%)
Num errors:  0 (0.0%)
Num SAT:     17 (63.0%)
Num UNSAT:   10 (37.0%)
Alive2: Transform doesn't verify; aborting!

stderr:

RUN: at line 2: /home/nlopes/alive2/build/opt-alive.sh -passes='default<O2>' -S /bitbucket/nlopes/llvm/llvm/test/Transforms/PhaseOrdering/AArch64/constraint-elimination-placement.ll | /bitbucket/nlopes/llvm/build/bin/FileCheck /bitbucket/nlopes/llvm/llvm/test/Transforms/PhaseOrdering/AArch64/constraint-elimination-placement.ll
+ /bitbucket/nlopes/llvm/build/bin/FileCheck /bitbucket/nlopes/llvm/llvm/test/Transforms/PhaseOrdering/AArch64/constraint-elimination-placement.ll
+ /home/nlopes/alive2/build/opt-alive.sh '-passes=default<O2>' -S /bitbucket/nlopes/llvm/llvm/test/Transforms/PhaseOrdering/AArch64/constraint-elimination-placement.ll

FileCheck error: '<stdin>' is empty.
FileCheck command line:  /bitbucket/nlopes/llvm/build/bin/FileCheck /bitbucket/nlopes/llvm/llvm/test/Transforms/PhaseOrdering/AArch64/constraint-elimination-placement.ll

 

<-- Back