search for: a0137653

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

Did you mean: 137653
2014 Jun 06
2
[LLVMdev] Clang removes Label name
Hi, I have some troubles to figure out why clang is removing my label name. As the simple example below shows the label "MLB" is removed and replaced by an integer as an "unnamed value". Plus, I can see that an unconditional jump is added, as the label seems to be interpreted as the beginning of a BasicBlock. I am compiling without any optimizations (for now), what leave the