]> granicus.if.org Git - llvm/commit
Merging r323915:
authorHans Wennborg <hans@hanshq.net>
Fri, 2 Feb 2018 10:55:15 +0000 (10:55 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 2 Feb 2018 10:55:15 +0000 (10:55 +0000)
commit8f86cd921367fe06729ef3147453e4c5cd902cc6
tree4198ae2d2ddec44122cc3d6339d0ab4c401a8ef8
parente307072026d927225eae8960abf1ddc9481c827d
Merging r323915:
------------------------------------------------------------------------
r323915 | chandlerc | 2018-01-31 21:56:37 +0100 (Wed, 31 Jan 2018) | 17 lines

[x86] Make the retpoline thunk insertion a machine function pass.

Summary:
This removes the need for a machine module pass using some deeply
questionable hacks. This should address PR36123 which is a case where in
full LTO the memory usage of a machine module pass actually ended up
being significant.

We should revert this on trunk as soon as we understand and fix the
memory usage issue, but we should include this in any backports of
retpolines themselves.

Reviewers: echristo, MatzeB

Subscribers: sanjoy, mcrosier, mehdi_amini, hiraditya, llvm-commits

Differential Revision: https://reviews.llvm.org/D42726
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@324071 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86.h
lib/Target/X86/X86RetpolineThunks.cpp
test/CodeGen/X86/O0-pipeline.ll