Displaying 1 result from an estimated 1 matches for "2ef60049".
2016 Jul 16
3
RFC: Strong GC References in LLVM
>
>
> LLVM's design decision is one where everything has to explicitly care
> about implicit early exits to get correct answers (and not to harp too
> much, but "not everything does", years later). If they don't, they will
> get wrong answers.
>
>
So, ironically, while looking at this, i noticed it turns out LLVM's PRE in
GVN is another place that