Displaying 1 result from an estimated 1 matches for "unpack1".
Did you mean:
unpack
2017 Jun 04
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
...hey should do exactly the same thing...
; Does NOT do the right thing
define { i8*, i32 } @"__anonToplevel/2"() {
entry:
%.unpack = load i8*, i8** getelementptr inbounds ({ i8*, i32 }, { i8*,
i32 }* @foo, i32 0, i32 0), align 4
%0 = insertvalue { i8*, i32 } undef, i8* %.unpack, 0
%.unpack1 = load i32, i32* getelementptr inbounds ({ i8*, i32 }, { i8*,
i32 }* @foo, i32 0, i32 1), align 4
%1 = insertvalue { i8*, i32 } %0, i32 %.unpack1, 1
ret { i8*, i32 } %1
}
; Does NOT do the right thing
define { i8*, i32 } @"__anonToplevel/0"() {
entry:
store i8* @FixnumClass, i8** g...