[llvm] r270798 - [PM] Port PartiallyInlineLibCalls to the new pass manager.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 16:54:34 PDT 2016


On Wed, May 25, 2016 at 4:38 PM, Davide Italiano via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: davide
> Date: Wed May 25 18:38:53 2016
> New Revision: 270798
>
> URL: http://llvm.org/viewvc/llvm-project?rev=270798&view=rev
> Log:
> [PM] Port PartiallyInlineLibCalls to the new pass manager.
>

Side note (for future self and anybody interested in PM/this pass).
This pass has very little testing (only one test), which tests the
final asm produced rather than the IR.
I think this is because (historically) this used to be a MIPS-only
pass. I'll try to add more coverage in the future if I have time.

-- 
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