Displaying 1 result from an estimated 1 matches for "1028803".
Did you mean:
1022803
2013 Feb 22
4
[LLVMdev] Does LLVM optimize variable to constant value in the compiling time?
Considering the following codes:
int x = 21;
if(x > 20) {
p = &C;
} else {
p = &E;
}
I looked into the bitcode that LLVM generates, it still considers the
'else' branch, which will be never reached during the runtime.
Thanks,
Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: