Displaying 1 result from an estimated 1 matches for "sendmtfvalues".
2016 Jul 13
5
[PM] I think that the new PM needs to learn about inter-analysis dependencies...
.../opt -debug-pass-manager
'-passes=require<aa>,invalidate<targetlibinfo>,gvn' -aa-pipeline=basic-aa
$1 -disable-output
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
declare void @foo(i32)
define void @sendMTFValues(i32 *%arg) {
entry:
call void @foo(i32 0)
%0 = load i32, i32* %arg
call void @foo(i32 %0)
ret void
}
This was reduced out of 401.bzip2, but I saw many other failures in the
test-suite due to this issue (for some reason they seem to manifest as the
"!Scanned" assertion in Assumpti...