Displaying 1 result from an estimated 1 matches for "8266bb30".
2017 Oct 27
6
RFC: We need to explicitly state that some functions are reserved by LLVM
I've gotten a fantastic bug report. Consider the LLVM IR:
target triple = "x86_64-unknown-linux-gnu"
define internal i8* @access({ i8* }* %arg, i64) {
ret i8* undef
}
define i8* @g({ i8* }* %arg) {
bb:
%tmp = alloca { i8* }*, align 8
store { i8* }* %arg, { i8* }** %tmp, align 8
br i1 undef, label %bb4, label %bb1
bb1:
%tmp2 = load { i8* }*, { i8* }** %tmp, align 8