search for: depasta

Displaying 1 result from an estimated 1 matches for "depasta".

Did you mean: epasta
2012 Sep 21
0
[LLVMdev] Error: llc crashes (LLVM 3.1)
hi, i have a simple IR file like below: ;;;;;;;;;;;;; ; ModuleID = 'gg.bc' @aaa = external global i128 @bbb = external global i128 define void @depasta() nounwind { "0x0": %0 = load i128* @bbb %1 = and i128 %0, 4294967295 %2 = shl i128 %0, 96 %3 = mul i128 %1, 18446744078004518913 %4 = add i128 %3, %2 store i128 %4, i128* @aaa ret void } ;;;;;;;;; i tried to compile this IR file to bitcode file (with llvm-as), then compile...