This is an archive of the discontinued LLVM Phabricator instance.

[thinlto] Deleted unused test file
ClosedPublic

Authored by Prazek on Sep 7 2016, 12:42 PM.

Details

Summary

This file should be referenced from
thinlto-function-summary-callgraph-pgo.ll file,
but someone forgot to use it there. Everything worked because
we store pgo data about callsite blocks, so there is no need to have
pgo count of @func.

Diff Detail

Repository
rL LLVM

Event Timeline

Prazek updated this revision to Diff 70585.Sep 7 2016, 12:42 PM
Prazek retitled this revision from to [thinlto] Deleted unused test file.
Prazek updated this object.
Prazek added reviewers: tejohnson, eraman, mehdi_amini.
Prazek added a subscriber: llvm-commits.
tejohnson accepted this revision.Sep 7 2016, 12:43 PM
tejohnson edited edge metadata.

LGTM thanks for the cleanup

This revision is now accepted and ready to land.Sep 7 2016, 12:43 PM
davide accepted this revision.Sep 7 2016, 12:44 PM
davide added a reviewer: davide.
This revision was automatically updated to reflect the committed changes.
Prazek added a comment.Sep 7 2016, 4:56 PM

I actually deleted wrong file. It should have Inputs/ prefix. reverted this and deleted right.