This is an archive of the discontinued LLVM Phabricator instance.

[3/3] TLS loads optimization (hoist)
AcceptedPublic

Authored by xiangzhangllvm on Mar 31 2022, 10:22 PM.

Details

Summary

We supported TLS loads optimization (LLVM part) at D120000

Now we enable it in PIC mode by default.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2022, 10:22 PM
xiangzhangllvm requested review of this revision.Mar 31 2022, 10:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2022, 10:22 PM

Can we extract the LLVM change to a separate patch? The LLVM change is obvious. We can leave the clang patch in discussion.

Can we extract the LLVM change to a separate patch? The LLVM change is obvious. We can leave the clang patch in discussion.

Done, I split the llvm (refine) part to D122890

pengfei accepted this revision.Apr 4 2022, 10:37 PM

LGTM.

This revision is now accepted and ready to land.Apr 4 2022, 10:37 PM