Displaying 1 result from an estimated 1 matches for "e801ea3".
Did you mean:
e801ea3e
2015 Feb 25
2
[LLVMdev] Jump Theading/GVN bug - moving discussion to llvm-dev
> Maybe.
> My view is the ideal is either no-unreachable code, or unreachable blocks
> only contain terminators.
I am definitely happy with both. What worries me is introducing a
special dominance rule for unreachable blocks.
>> I don't think that rejecting
>>
>> %a = getelementptr inbounds i8* %a, i64 1
>>
>> but accepting
>>
>> %a =