Refactor X86 symbol access classification

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 23:46:34 PDT 2016


On Thu, May 19, 2016 at 8:50 PM, Rafael EspĂ­ndola
<llvm-commits at lists.llvm.org> wrote:
> Refactor X86 symbol access classification.
>
> This refactors the logic in X86 to avoid code duplication. It also
> splits it in two steps: it first decides if a symbol is local to the
> DSO and then uses that information to decide how to access it.
>
> The first part is implemented by shouldAssumeDSOLocal. It is not in
> any way specific to X86. In a followup patch I intend to move it to
> somewhere common and reused it in other backends.
>
> Cheers,
> Rafael
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>

lgtm, thanks.

-- 
Davide

"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare


More information about the llvm-commits mailing list