search for: i64unreach

Displaying 3 results from an estimated 3 matches for "i64unreach".

2010 May 26
2
[LLVMdev] i256 for x86_64
...nown-linux-gnu" define i32 @main(i32 %argc, i8** nocapture %argv) nounwind { entry: %0 = tail call i256 (...)* @get_num() nounwind ;comment here ret i32 0 } declare i256 @get_num(...) --------------------------------------------- First line of error: Call result #2 has unhandled type i64UNREACHABLE executed at CallingConvLower.cpp:148! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100525/5ba9a2bf/attachment.html>
2010 May 26
0
[LLVMdev] i256 for x86_64
...%argv) nounwind { > entry: > > %0 = tail call i256 (...)* @get_num() nounwind ;comment here > ret i32 0 > } > > declare i256 @get_num(...) > > --------------------------------------------- > > First line of error: > > Call result #2 has unhandled type i64UNREACHABLE executed at CallingConvLower.cpp:148! > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2010 May 26
2
[LLVMdev] i256 for x86_64
...= tail call i256 (...)* @get_num() nounwind ;comment here > > ret i32 0 > > } > > > > declare i256 @get_num(...) > > > > --------------------------------------------- > > > > First line of error: > > > > Call result #2 has unhandled type i64UNREACHABLE executed at > CallingConvLower.cpp:148! > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -------------- next...