Displaying 2 results from an estimated 2 matches for "d81911".
2020 Sep 07
3
[IR] Modelling of GlobalIFunc
I was working on https://reviews.llvm.org/D81911 to try and fix
https://bugs.llvm.org/show_bug.cgi?id=46340 . Through the review
process we happened upon a design limitation or perhaps a potential
mis-modelling of GlobalIFunc in the IR object hierarchy, which leads
to some problems in LTO flows.
To summarize, as it currently stands (and in the h...
2020 Sep 10
2
[IR] Modelling of GlobalIFunc
...GlobalIndirectSymbol in
https://reviews.llvm.org/rG95549497ec8b5269f0439f12859537b7371b7c90 but
unfortunately I cannot find corresponding review and discussion.
On Tue, Sep 8, 2020 at 6:22 PM Teresa Johnson <tejohnson at google.com> wrote:
> Thanks Itay for summarizing the discussion on D81911. Directly adding a
> few folks either involved with the discussion there (Dmitry, who originally
> ported the gcc implementation to clang/llvm), or who have implemented other
> patches relating to IFunc support in llvm (Peter).
>
> Teresa
>
> On Mon, Sep 7, 2020 at 10:07 AM Ita...